C# 클래스 HermaFx.Mvc.FeatureBasedRazorViewEngine

상속: System.Web.Mvc.RazorViewEngine
파일 보기 프로젝트 열기: evicertia/HermaFx

공개 메소드들

메소드 설명
FeatureBasedRazorViewEngine ( ) : System

보호된 메소드들

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

비공개 메소드들

메소드 설명
GetActualFilePath ( string virtualPath ) : string
GetRootDirectory ( ) : string
LookupDirectory ( DirectoryInfo &folder, string name ) : string
LookupFile ( DirectoryInfo folder, string name ) : string
ResolveActualFilePath ( string virtualPath ) : string

메소드 상세

CreatePartialView() 보호된 메소드

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

CreateView() 보호된 메소드

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.
리턴 IView

FeatureBasedRazorViewEngine() 공개 메소드

public FeatureBasedRazorViewEngine ( ) : System
리턴 System

FileExists() 보호된 메소드

Files the exists.
protected FileExists ( ControllerContext context, string virtualPath ) : bool
context ControllerContext The context.
virtualPath string The virtual path.
리턴 bool