C# 클래스 ALE.Views.Razor.RazorView

상속: IViewProcessor
파일 보기 프로젝트 열기: blesh/ALE

보호된 프로퍼티들

프로퍼티 타입 설명
ViewsDirectoryPath string
ViewsRoot string

공개 메소드들

메소드 설명
Processor ( string path ) : RazorView
Render ( string view, object model, string>.Action callback ) : void

보호된 메소드들

메소드 설명
LoadView ( string view, string>.Action callback ) : void

비공개 메소드들

메소드 설명
RazorView ( string viewsDirPath ) : System

메소드 상세

LoadView() 보호된 메소드

protected LoadView ( string view, string>.Action callback ) : void
view string
callback string>.Action
리턴 void

Processor() 공개 정적인 메소드

public static Processor ( string path ) : RazorView
path string
리턴 RazorView

Render() 공개 메소드

public Render ( string view, object model, string>.Action callback ) : void
view string
model object
callback string>.Action
리턴 void

프로퍼티 상세

ViewsDirectoryPath 보호되어 있는 프로퍼티

protected string ViewsDirectoryPath
리턴 string

ViewsRoot 보호되어 있는 프로퍼티

protected string ViewsRoot
리턴 string