Name | Description | |
---|---|---|
![]() | Components | Gets the child components. |
![]() | Id | Gets or sets the component id. |
The following tables list the members exposed by Component.
Name | Description | |
---|---|---|
![]() | Components | Gets the child components. |
![]() | Id | Gets or sets the component id. |
Name | Description | |
---|---|---|
![]() | ChildComponentsCreated | Gets or sets a boolean value indicates whether child components are created. |
![]() | HasScripts | Gets a boolean value indicates whether current component has the scripts which need to be rendered. |
![]() | UrlHelper | Gets the url helper. |
Name | Description | |
---|---|---|
![]() | Render | Render the component result to the writer. |
![]() | ToHtmlString | Returns an HTML-encoded string. |
Name | Description | |
---|---|---|
![]() | CreateChildComponents | Creates child components. |
![]() | EnsureChildComponents | Ensure the child components created. |
![]() | OnPreRender | This method is performed before rendering. |
![]() | RegisterStartupScript | Registers the start-up script. |
Name | Description | |
---|---|---|
![]() | ToTemplate | Render the html string in template mode. |