C# Class HermaFx.Mvc.FeatureBasedRazorViewEngine

Inheritance: System.Web.Mvc.RazorViewEngine
Afficher le fichier Open project: evicertia/HermaFx

Méthodes publiques

Méthode Description
FeatureBasedRazorViewEngine ( ) : System

Méthodes protégées

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.

Private Methods

Méthode Description
GetActualFilePath ( string virtualPath ) : string
GetRootDirectory ( ) : string
LookupDirectory ( DirectoryInfo &folder, string name ) : string
LookupFile ( DirectoryInfo folder, string name ) : string
ResolveActualFilePath ( string virtualPath ) : string

Method Details

CreatePartialView() protected méthode

Creates the partial view.
protected CreatePartialView ( ControllerContext controllerContext, string partialPath ) : IView
controllerContext ControllerContext The controller context.
partialPath string The partial path.
Résultat IView

CreateView() protected méthode

Creates the view.
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

FeatureBasedRazorViewEngine() public méthode

public FeatureBasedRazorViewEngine ( ) : System
Résultat System

FileExists() protected méthode

Files the exists.
protected FileExists ( ControllerContext context, string virtualPath ) : bool
context ControllerContext The context.
virtualPath string The virtual path.
Résultat bool