The C1WebSchemaDef type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | AddedControl | (Inherited from Control.) |
![]() | CreateChildControls |
Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.
(Inherited from Control.) |
![]() | LoadControlState |
Restores control-state information from a previous page request that was saved by the SaveControlState()()()() method.
(Inherited from Control.) |
![]() | MapPathSecure |
Retrieves the physical path that a virtual path, either absolute or relative, maps to.
(Inherited from Control.) |
![]() | OnInit |
Raises the Init event.
(Inherited from Control.) |
![]() | OnLoad |
Raises the Load event.
(Inherited from Control.) |
![]() | OnPreRender |
Raises the PreRender event.
(Inherited from Control.) |
![]() | OnUnload |
Raises the Unload event.
(Inherited from Control.) |
![]() | OpenFile |
Gets a Stream used to read a file.
(Inherited from Control.) |
![]() | RemovedControl | (Inherited from Control.) |
![]() | Render |
Sends server control content to a provided HtmlTextWriter object, which writes the content to be rendered on the client.
(Inherited from Control.) |
![]() | RenderChildren |
Outputs the content of a server control's children to a provided HtmlTextWriter object, which writes the content to be rendered on the client.
(Inherited from Control.) |
![]() | SaveControlState |
Saves any server control state changes that have occurred since the time the page was posted back to the server.
(Inherited from Control.) |