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.
|
Method | Description | |
---|---|---|
Register ( ) : void |
Registers this instance.
|
|
ZephyrViewEngine ( ) : System.Security |
Initializes the ZephyrViewEngine class.
|
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 |
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 |