C# 클래스 Codestellation.Ether.Templating.Razor.RenderContext

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
DefineSection ( string name, System.Action action ) : void
Flush ( ) : void
RenderBody ( ) : string
RenderContext ( ) : System
RenderSection ( string name, bool isRequired ) : string
Write ( object value ) : void

메소드 상세

DefineSection() 공개 메소드

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

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

RenderBody() 공개 메소드

public RenderBody ( ) : string
리턴 string

RenderContext() 공개 메소드

public RenderContext ( ) : System
리턴 System

RenderSection() 공개 메소드

public RenderSection ( string name, bool isRequired ) : string
name string
isRequired bool
리턴 string

Write() 공개 메소드

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