C# 클래스 Elfar.Mvc.Views.Engine

상속: System.Web.Mvc.VirtualPathProviderViewEngine, IVirtualPathFactory
파일 보기 프로젝트 열기: stevenbey/elfar 1 사용 예제들

공개 메소드들

메소드 설명
CreateInstance ( string virtualPath ) : object
Engine ( ) : System
Exists ( string virtualPath ) : bool

보호된 메소드들

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

비공개 메소드들

메소드 설명
GetVirtualPath ( Type type ) : string

메소드 상세

CreateInstance() 공개 메소드

public CreateInstance ( string virtualPath ) : object
virtualPath string
리턴 object

CreatePartialView() 보호된 메소드

protected CreatePartialView ( System.Web.Mvc.ControllerContext controllerContext, string path ) : IView
controllerContext System.Web.Mvc.ControllerContext
path string
리턴 IView

CreateView() 보호된 메소드

protected CreateView ( System.Web.Mvc.ControllerContext controllerContext, string viewPath, string masterPath ) : IView
controllerContext System.Web.Mvc.ControllerContext
viewPath string
masterPath string
리턴 IView

Engine() 공개 메소드

public Engine ( ) : System
리턴 System

Exists() 공개 메소드

public Exists ( string virtualPath ) : bool
virtualPath string
리턴 bool

FileExists() 보호된 메소드

protected FileExists ( System.Web.Mvc.ControllerContext controllerContext, string virtualPath ) : bool
controllerContext System.Web.Mvc.ControllerContext
virtualPath string
리턴 bool