C# Class Zephyr.Web.Mvc.ZephyrViewEngine

MvcSiteMapProviderViewEngine class
Inheritance: System.Web.Mvc.VirtualPathProviderViewEngine
Mostrar archivo Open project: marufbd/Zephyr.NET

Protected Methods

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

Creates the specified partial view by using the specified controller context.

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

Creates the specified view by using the controller context, path of the view, and path of the master view.

Private Methods

Method Description
Register ( ) : void

Registers this instance.

ZephyrViewEngine ( ) : System.Security

Initializes the ZephyrViewEngine class.

Method Details

CreatePartialView() protected method

Creates the specified partial view by using the specified controller context.
protected CreatePartialView ( System.Web.Mvc.ControllerContext controllerContext, string partialPath ) : IView
controllerContext System.Web.Mvc.ControllerContext The controller context.
partialPath string The partial path for the new partial view.
return IView

CreateView() protected method

Creates the specified view by using the controller context, path of the view, and path of the master view.
protected CreateView ( System.Web.Mvc.ControllerContext controllerContext, string viewPath, string masterPath ) : IView
controllerContext System.Web.Mvc.ControllerContext The controller context.
viewPath string The path of the view.
masterPath string The path of the master view.
return IView