i'm developing ASP.NET MVC 4 Mobile Application in VS 2013, is it possible to define the common header and footer and with common content area where one can load other navigation pages.
I don't know about Mobile specifically but in MVC I think you'd use layout files. If you look in your project, you'll find a _Layout.cshtml file under the Views - Shared folder.
Member
3 Points
38 Posts
Define Common header and footer
Aug 20, 2014 11:20 PM|ramasuperstar|LINK
hi
i'm developing ASP.NET MVC 4 Mobile Application in VS 2013, is it possible to define the common header and footer and with common content area where one can load other navigation pages.
Please help me out
All-Star
101931 Points
20703 Posts
Re: Define Common header and footer
Aug 22, 2014 04:49 AM|MetalAsp.Net|LINK
I don't know about Mobile specifically but in MVC I think you'd use layout files. If you look in your project, you'll find a _Layout.cshtml file under the Views - Shared folder.