What is the use case of the generic ViewMasterPage<T>?
Posted
by amartynov
on Stack Overflow
See other posts from Stack Overflow
or by amartynov
Published on 2010-04-03T08:37:08Z
Indexed on
2010/04/03
8:43 UTC
Read the original article
Hit count: 334
asp.net-mvc
|views
In ASP.NET MVC there are generic master views (ViewMaserPage<T>
). But what is the purpose of them? As I see it, generic argument of master view and "slave" view must be equal and this constraints me to using the same model for all my views.
© Stack Overflow or respective owner