C# Class System.Web.Mvc.RazorViewEngine

Inheritance: System.Web.Mvc.BuildManagerViewEngine
Show file Open project: drivenet/aspnetwebstack Class Usage Examples

Public Methods

Method Description
RazorViewEngine ( )
RazorViewEngine ( IViewPageActivator viewPageActivator )

Protected Methods

Method Description
CreatePartialView ( System.Web.Mvc.ControllerContext controllerContext, string partialPath ) : IView
CreateView ( System.Web.Mvc.ControllerContext controllerContext, string viewPath, string masterPath ) : IView

Method Details

CreatePartialView() protected method

protected CreatePartialView ( System.Web.Mvc.ControllerContext controllerContext, string partialPath ) : IView
controllerContext System.Web.Mvc.ControllerContext
partialPath string
return IView

CreateView() protected method

protected CreateView ( System.Web.Mvc.ControllerContext controllerContext, string viewPath, string masterPath ) : IView
controllerContext System.Web.Mvc.ControllerContext
viewPath string
masterPath string
return IView

RazorViewEngine() public method

public RazorViewEngine ( )

RazorViewEngine() public method

public RazorViewEngine ( IViewPageActivator viewPageActivator )
viewPageActivator IViewPageActivator