프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
DefineSection ( string name, System.Action action ) : void | ||
Flush ( ) : void | ||
RenderBody ( ) : string | ||
RenderContext ( ) : System | ||
RenderSection ( string name, bool isRequired ) : string | ||
Write ( object value ) : void |
public DefineSection ( string name, System.Action action ) : void | ||
name | string | |
action | System.Action | |
리턴 | void |
public RenderSection ( string name, bool isRequired ) : string | ||
name | string | |
isRequired | bool | |
리턴 | string |