This article is part of the Maintainable MVC Series. The view system of ASP.NET MVC knows the followings types of views:Master viewsPage viewsPartial views The regular page view contains the specific html and presentation of data for each rendered page. For html shared by multiple pages – like navigation, header and footer – every page has a master page. Both of these types can include partial views for small parts, that can be reused from multiple views. For example page navigation for display of re...
|
7
Shouts |
|
|||
No comments yet, be the first one to post comment.