C# 클래스 System.Web.Mvc.RazorViewEngine

상속: System.Web.Mvc.BuildManagerViewEngine
파일 보기 프로젝트 열기: drivenet/aspnetwebstack 1 사용 예제들

공개 메소드들

메소드 설명
RazorViewEngine ( )
RazorViewEngine ( IViewPageActivator viewPageActivator )

보호된 메소드들

메소드 설명
CreatePartialView ( System.Web.Mvc.ControllerContext controllerContext, string partialPath ) : IView
CreateView ( System.Web.Mvc.ControllerContext controllerContext, string viewPath, string masterPath ) : IView

메소드 상세

CreatePartialView() 보호된 메소드

protected CreatePartialView ( System.Web.Mvc.ControllerContext controllerContext, string partialPath ) : IView
controllerContext System.Web.Mvc.ControllerContext
partialPath 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

RazorViewEngine() 공개 메소드

public RazorViewEngine ( )

RazorViewEngine() 공개 메소드

public RazorViewEngine ( IViewPageActivator viewPageActivator )
viewPageActivator IViewPageActivator