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
JQuery UI Tabs
_layout.cshtml
The @RenderBody call will render the content of your actual view. You should put it wherever you want the view's content to be.
@RenderBody