C# Class Elfar.Mvc.Views.Engine

Inheritance: System.Web.Mvc.VirtualPathProviderViewEngine, IVirtualPathFactory
Afficher le fichier Open project: stevenbey/elfar Class Usage Examples

Méthodes publiques

Méthode Description
CreateInstance ( string virtualPath ) : object
Engine ( ) : System
Exists ( string virtualPath ) : bool

Méthodes protégées

Méthode 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

Private Methods

Méthode Description
GetVirtualPath ( Type type ) : string

Method Details

CreateInstance() public méthode

public CreateInstance ( string virtualPath ) : object
virtualPath string
Résultat object

CreatePartialView() protected méthode

protected CreatePartialView ( System.Web.Mvc.ControllerContext controllerContext, string path ) : IView
controllerContext System.Web.Mvc.ControllerContext
path string
Résultat IView

CreateView() protected méthode

protected CreateView ( System.Web.Mvc.ControllerContext controllerContext, string viewPath, string masterPath ) : IView
controllerContext System.Web.Mvc.ControllerContext
viewPath string
masterPath string
Résultat IView

Engine() public méthode

public Engine ( ) : System
Résultat System

Exists() public méthode

public Exists ( string virtualPath ) : bool
virtualPath string
Résultat bool

FileExists() protected méthode

protected FileExists ( System.Web.Mvc.ControllerContext controllerContext, string virtualPath ) : bool
controllerContext System.Web.Mvc.ControllerContext
virtualPath string
Résultat bool