Method | Description | |
---|---|---|
XsltViewEngine ( ) : System |
Initializes a new instance of the XsltViewEngine class.
|
Method | Description | |
---|---|---|
CreatePartialView ( System.Web.Mvc.ControllerContext controllerContext, string viewName ) : IView |
Creates the partial view.
|
|
CreateView ( System.Web.Mvc.ControllerContext controllerContext, string viewName, string masterPath ) : IView |
Creates an IView instance, using the specified controllerContext and viewName.
|
|
FileExists ( System.Web.Mvc.ControllerContext controllerContext, string viewName ) : bool |
Indicates whether a view exists
|
Method | Description | |
---|---|---|
GetViewInfo ( System.Web.Mvc.ControllerContext controllerContext, string viewName ) : |
protected CreatePartialView ( System.Web.Mvc.ControllerContext controllerContext, string viewName ) : IView | ||
controllerContext | System.Web.Mvc.ControllerContext | The controller context for which to create the partial view. |
viewName | string | The name of the partial view to create. |
return | IView |
protected CreateView ( System.Web.Mvc.ControllerContext controllerContext, string viewName, string masterPath ) : IView | ||
controllerContext | System.Web.Mvc.ControllerContext | The controller context for which to create the view. |
viewName | string | The controller/action part of the path to the view to create. |
masterPath | string | This parameter is ignored. |
return | IView |
protected FileExists ( System.Web.Mvc.ControllerContext controllerContext, string viewName ) : bool | ||
controllerContext | System.Web.Mvc.ControllerContext | The controller context for which to find the view. |
viewName | string | The controller/action part of the view path to check. |
return | bool |