I have a layout page (or master page) with MVC 3 and would like to make my views sort of content pages to this layout page, but alas I have no clue how to do this
I am totally new to MVC 3 and this may sound as a stupid question but I can’t find anything relating to this.
In your view code, you would simply set the layout file. Assuming your Layout is named
_Layout.cshtmland stored in/Views/Shared, the code might be: