Here Mudassar Ahmed Khan has explained a simple Tutorial with an example on how to use Layout Page with View in ASP.Net MVC Razor.
The Layout Page of a View is used in scenario where there are multiple Views and there is some design which needs to be kept common, let’s say Header and Footer or may be Right content
.
This Layout Page concept is very similar to the Master Pages in ASP.Net Web Forms.
↧