What to do with @RenderBody()?

后端 未结 1 926
失恋的感觉
失恋的感觉 2021-02-04 03:52

I have an ASP.NET MVC 3 application with JQuery UI Tabs. I have a master layout page _layout.cshtml, code below. The master _layout.cshtml

相关标签:
1条回答
  • 2021-02-04 04:30

    The @RenderBody call will render the content of your actual view.
    You should put it wherever you want the view's content to be.

    0 讨论(0)
提交回复
热议问题