C# Class Shaml.Web.Areas.AreaViewEngine

Replacement view engine to support the organization of views into areas. Taken from the sample provided by Phil Haack at http://haacked.com/archive/2008/11/04/areas-in-aspnetmvc.aspx. It's been modified to allow area views to sit within subfolders under /Views
Inheritance: System.Web.Mvc.WebFormViewEngine
Mostra file Open project: sztupy/shaml Class Usage Examples

Public Methods

Method Description
AreaViewEngine ( ) : System.Web.Mvc

Method Details

AreaViewEngine() public method

public AreaViewEngine ( ) : System.Web.Mvc
return System.Web.Mvc