C# 클래스 CompiledHandlebars.ViewEngine.CompiledHandlebarsViewEngine

상속: System.Web.Mvc.VirtualPathProviderViewEngine
파일 보기 프로젝트 열기: Noxum/CompiledHandlebars

Private Properties

프로퍼티 타입 설명
EnsureVirtualPathPrefixToLower string

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
CreatePartialView ( ControllerContext controllerContext, string partialPath ) : IView
CreateView ( ControllerContext controllerContext, string viewPath, string masterPath ) : IView
FileExists ( ControllerContext controllerContext, string virtualPath ) : bool

비공개 메소드들

메소드 설명
EnsureVirtualPathPrefixToLower ( string virtualPath ) : string

메소드 상세

CompiledHandlebarsViewEngine() 공개 메소드

public CompiledHandlebarsViewEngine ( Assembly assembly ) : System
assembly System.Reflection.Assembly
리턴 System

CreatePartialView() 보호된 메소드

protected CreatePartialView ( ControllerContext controllerContext, string partialPath ) : IView
controllerContext ControllerContext
partialPath string
리턴 IView

CreateView() 보호된 메소드

protected CreateView ( ControllerContext controllerContext, string viewPath, string masterPath ) : IView
controllerContext ControllerContext
viewPath string
masterPath string
리턴 IView

FileExists() 보호된 메소드

protected FileExists ( ControllerContext controllerContext, string virtualPath ) : bool
controllerContext ControllerContext
virtualPath string
리턴 bool

FindPartialView() 공개 메소드

public FindPartialView ( ControllerContext controllerContext, string partialViewName, bool useCache ) : System.Web.Mvc.ViewEngineResult
controllerContext ControllerContext
partialViewName string
useCache bool
리턴 System.Web.Mvc.ViewEngineResult

FindView() 공개 메소드

public FindView ( ControllerContext controllerContext, string viewName, string masterName, bool useCache ) : System.Web.Mvc.ViewEngineResult
controllerContext ControllerContext
viewName string
masterName string
useCache bool
리턴 System.Web.Mvc.ViewEngineResult