C# Class CompiledHandlebars.ViewEngine.CompiledHandlebarsViewEngine

Inheritance: System.Web.Mvc.VirtualPathProviderViewEngine
Afficher le fichier Open project: Noxum/CompiledHandlebars

Private Properties

Свойство Type Description
EnsureVirtualPathPrefixToLower string

Méthodes publiques

Méthode Description
CompiledHandlebarsViewEngine ( Assembly assembly ) : System
FindPartialView ( ControllerContext controllerContext, string partialViewName, bool useCache ) : System.Web.Mvc.ViewEngineResult
FindView ( ControllerContext controllerContext, string viewName, string masterName, bool useCache ) : System.Web.Mvc.ViewEngineResult

Méthodes protégées

Méthode Description
CreatePartialView ( ControllerContext controllerContext, string partialPath ) : IView
CreateView ( ControllerContext controllerContext, string viewPath, string masterPath ) : IView
FileExists ( ControllerContext controllerContext, string virtualPath ) : bool

Private Methods

Méthode Description
EnsureVirtualPathPrefixToLower ( string virtualPath ) : string

Method Details

CompiledHandlebarsViewEngine() public méthode

public CompiledHandlebarsViewEngine ( Assembly assembly ) : System
assembly System.Reflection.Assembly
Résultat System

CreatePartialView() protected méthode

protected CreatePartialView ( ControllerContext controllerContext, string partialPath ) : IView
controllerContext ControllerContext
partialPath string
Résultat IView

CreateView() protected méthode

protected CreateView ( ControllerContext controllerContext, string viewPath, string masterPath ) : IView
controllerContext ControllerContext
viewPath string
masterPath string
Résultat IView

FileExists() protected méthode

protected FileExists ( ControllerContext controllerContext, string virtualPath ) : bool
controllerContext ControllerContext
virtualPath string
Résultat bool

FindPartialView() public méthode

public FindPartialView ( ControllerContext controllerContext, string partialViewName, bool useCache ) : System.Web.Mvc.ViewEngineResult
controllerContext ControllerContext
partialViewName string
useCache bool
Résultat System.Web.Mvc.ViewEngineResult

FindView() public méthode

public FindView ( ControllerContext controllerContext, string viewName, string masterName, bool useCache ) : System.Web.Mvc.ViewEngineResult
controllerContext ControllerContext
viewName string
masterName string
useCache bool
Résultat System.Web.Mvc.ViewEngineResult