C# 클래스 Rebel.Cms.Web.EmbeddedViewEngine.EmbeddedRazorViewEngine

View Engine for embedded razor views
상속: System.Web.Mvc.RazorViewEngine
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5

공개 메소드들

메소드 설명
EmbeddedRazorViewEngine ( ) : System

Sets default locations to look for views in for areas

EmbeddedRazorViewEngine ( IViewPageActivator viewPageActivator ) : System

보호된 메소드들

메소드 설명
FileExists ( System.Web.Mvc.ControllerContext controllerContext, string virtualPath ) : bool

This overrides this method specifically to just check against our virtual path provider instead of going back to the BuildManager to check.

비공개 메소드들

메소드 설명
Init ( ) : void

메소드 상세

EmbeddedRazorViewEngine() 공개 메소드

Sets default locations to look for views in for areas
public EmbeddedRazorViewEngine ( ) : System
리턴 System

EmbeddedRazorViewEngine() 공개 메소드

public EmbeddedRazorViewEngine ( IViewPageActivator viewPageActivator ) : System
viewPageActivator IViewPageActivator
리턴 System

FileExists() 보호된 메소드

This overrides this method specifically to just check against our virtual path provider instead of going back to the BuildManager to check.
protected FileExists ( System.Web.Mvc.ControllerContext controllerContext, string virtualPath ) : bool
controllerContext System.Web.Mvc.ControllerContext
virtualPath string
리턴 bool