Метод | Описание | |
---|---|---|
Render ( ) : void |
Called by the framework so the component can render its content
|
Метод | Описание | |
---|---|---|
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 name ) : void | ||
name | string | |
Результат | void |
protected RenderView ( string component, string name ) : void | ||
component | string | |
name | string | |
Результат | void |