7
Shouts

Maintainable MVC Series: View hierarchy | blog.jorrit salverda.nl

published 1200 days, 5 hours, 22 minutes ago posted by ali62bali62b 1202 days, 2 hours, 9 minutes ago
Monday, March 08, 2010 12:28:22 PM GMT Saturday, March 06, 2010 3:41:34 PM GMT

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...

category: Web Dev | clicked: 0 | | source: blog.jorritsalverda.nl | show counter code
tags: ASP.NET MVC