C# 클래스 Castle.MonoRail.Razor.RazorViewEngine

상속: VirtualPathProviderViewEngine
파일 보기 프로젝트 열기: johnsimons/MonoRail3

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
RazorViewEngine ( ) : System

보호된 메소드들

메소드 설명
CreateView ( string viewPath, string layoutPath ) : IView
FileExists ( string path ) : bool

메소드 상세

CreateView() 보호된 메소드

protected CreateView ( string viewPath, string layoutPath ) : IView
viewPath string
layoutPath string
리턴 IView

FileExists() 보호된 메소드

protected FileExists ( string path ) : bool
path string
리턴 bool

RazorViewEngine() 공개 메소드

public RazorViewEngine ( ) : System
리턴 System