C# 클래스 Manos.Mvc.View

파일 보기 프로젝트 열기: toptensoftware/manos 1 사용 예제들

Private Properties

프로퍼티 타입 설명
FindSection System.Action

공개 메소드들

메소드 설명
DefineSection ( string name, System.Action action ) : void
Execute ( ) : void
IsSectionDefined ( string name ) : bool
OnExecute ( ) : void
RenderBody ( ) : string
RenderSection ( string name, bool optional = false ) : string
Write ( object o ) : void
WriteLiteral ( string literal ) : void
WriteLiteralTo ( TextWriter writer, object content ) : void
WriteTo ( TextWriter writer, object content ) : void

비공개 메소드들

메소드 설명
FindSection ( View view, string name ) : System.Action

메소드 상세

DefineSection() 공개 메소드

public DefineSection ( string name, System.Action action ) : void
name string
action System.Action
리턴 void

Execute() 공개 메소드

public Execute ( ) : void
리턴 void

IsSectionDefined() 공개 메소드

public IsSectionDefined ( string name ) : bool
name string
리턴 bool

OnExecute() 공개 추상적인 메소드

public abstract OnExecute ( ) : void
리턴 void

RenderBody() 공개 메소드

public RenderBody ( ) : string
리턴 string

RenderSection() 공개 메소드

public RenderSection ( string name, bool optional = false ) : string
name string
optional bool
리턴 string

Write() 공개 메소드

public Write ( object o ) : void
o object
리턴 void

WriteLiteral() 공개 메소드

public WriteLiteral ( string literal ) : void
literal string
리턴 void

WriteLiteralTo() 공개 정적인 메소드

public static WriteLiteralTo ( TextWriter writer, object content ) : void
writer System.IO.TextWriter
content object
리턴 void

WriteTo() 공개 정적인 메소드

public static WriteTo ( TextWriter writer, object content ) : void
writer System.IO.TextWriter
content object
리턴 void