Property | Type | Description |
---|
Method | Description | |
---|---|---|
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 | |
return | void |
public RenderSection ( string name, bool isRequired ) : string | ||
name | string | |
isRequired | bool | |
return | string |