asp.net - Organize ASP MVC site -
I'm new to ASP MVC.
I have a place for a header, footer, menu and main content.
What is the best way to do this? Partial thoughts, areas?
Thanks
layout. Use the HTML file, it will work as a master page on your site and be available for all your ideas.
For MVC3 you can see:
What are the layouts?
You usually want to maintain a consistent form within your web site / application page ASP.NET 2.0 introduced the concept of a master master page that uses .aspx based pages or templates Helps in enabling it while doing it. The razor also supports this concept, which is called "layout". a???? Allows you to define a common site template, and then keep an eye on all the scenes / pages on your site and feel.
Comments
Post a Comment