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

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Process ( ViewContext viewContext, TextWriter writer ) : void
RazorView ( IHostingBridge hostingBridge, string view, string layout ) : System

보호된 메소드들

메소드 설명
CreateViewInstance ( ) : object

메소드 상세

CreateViewInstance() 보호된 메소드

protected CreateViewInstance ( ) : object
리턴 object

Process() 공개 메소드

public Process ( ViewContext viewContext, TextWriter writer ) : void
viewContext ViewContext
writer System.IO.TextWriter
리턴 void

RazorView() 공개 메소드

public RazorView ( IHostingBridge hostingBridge, string view, string layout ) : System
hostingBridge IHostingBridge
view string
layout string
리턴 System