Method | Description | |
---|---|---|
Render ( ) : void |
Called by the framework so the component can render its content
|
Method | Description | |
---|---|---|
ObtainChildContent ( ) : void |
Obtains the content of the child.
|
|
PopulateContext ( ) : void |
Populates the context.
|
|
RenderView ( string name ) : void |
Specifies the view to be processed after the component has finished its processing.
|
|
RenderView ( string component, string name ) : void |
Specifies the view to be processed after the component has finished its processing.
|
protected RenderView ( string component, string name ) : void | ||
component | string | |
name | string | |
return | void |