How to use dhtmlxLayout in _Layout.cshtml in MVC

This is my first time to try DHX suite. I want to try it in my .NET MVC project. First of all, I want to use dhtmlxLayout in _Layout.cshtml, and use its one “cell” for @RenderBody(). Here are my questions:

1)Where should I put @RenderBody()

Could anybody give me a sample code?

Thanks,