Méthode | Description | |
---|---|---|
FeatureBasedRazorViewEngine ( ) : System |
Méthode | Description | |
---|---|---|
CreatePartialView ( ControllerContext controllerContext, string partialPath ) : IView |
Creates the partial view.
|
|
CreateView ( ControllerContext controllerContext, string viewPath, string masterPath ) : IView |
Creates the view.
|
|
FileExists ( ControllerContext context, string virtualPath ) : bool |
Files the exists.
|
Méthode | Description | |
---|---|---|
GetActualFilePath ( string virtualPath ) : string | ||
GetRootDirectory ( ) : string | ||
LookupDirectory ( |
||
LookupFile ( |
||
ResolveActualFilePath ( string virtualPath ) : string |
protected CreatePartialView ( ControllerContext controllerContext, string partialPath ) : IView | ||
controllerContext | ControllerContext | The controller context. |
partialPath | string | The partial path. |
Résultat | IView |
protected CreateView ( ControllerContext controllerContext, string viewPath, string masterPath ) : IView | ||
controllerContext | ControllerContext | The controller context. |
viewPath | string | The view path. |
masterPath | string | The master path. |
Résultat | IView |
public FeatureBasedRazorViewEngine ( ) : System | ||
Résultat | System |
protected FileExists ( ControllerContext context, string virtualPath ) : bool | ||
context | ControllerContext | The context. |
virtualPath | string | The virtual path. |
Résultat | bool |