Method | Description | |
---|---|---|
CreateInstance ( string virtualPath ) : object | ||
Engine ( ) : System | ||
Exists ( string virtualPath ) : bool |
Method | Description | |
---|---|---|
CreatePartialView ( System.Web.Mvc.ControllerContext controllerContext, string path ) : IView | ||
CreateView ( System.Web.Mvc.ControllerContext controllerContext, string viewPath, string masterPath ) : IView | ||
FileExists ( System.Web.Mvc.ControllerContext controllerContext, string virtualPath ) : bool |
Method | Description | |
---|---|---|
GetVirtualPath ( |
public CreateInstance ( string virtualPath ) : object | ||
virtualPath | string | |
return | object |
protected CreatePartialView ( System.Web.Mvc.ControllerContext controllerContext, string path ) : IView | ||
controllerContext | System.Web.Mvc.ControllerContext | |
path | string | |
return | IView |
protected CreateView ( System.Web.Mvc.ControllerContext controllerContext, string viewPath, string masterPath ) : IView | ||
controllerContext | System.Web.Mvc.ControllerContext | |
viewPath | string | |
masterPath | string | |
return | IView |
protected FileExists ( System.Web.Mvc.ControllerContext controllerContext, string virtualPath ) : bool | ||
controllerContext | System.Web.Mvc.ControllerContext | |
virtualPath | string | |
return | bool |