System.Web.UI.Adapters.ControlAdapter Members

The members of System.Web.UI.Adapters.ControlAdapter are listed below.

See Also: Inherited members from System.Object

Protected Constructors

Initializes a new instance of the System.Web.UI.Adapters.ControlAdapter class.

Protected Properties

[read-only]
BrowserSystem.Web.HttpBrowserCapabilities.

Gets a reference to the browser capabilities of the client making the current HTTP request.

ControlSystem.Web.UI.Control.

Gets a reference to the control to which this control adapter is attached.

[read-only]
PageSystem.Web.UI.Page.

Gets a reference to the page where the control associated with this adapter resides.

[read-only]
PageAdapterPageAdapter.

Gets a reference to the page adapter for the page where the associated control resides.

Protected Methods

BeginRender(System.Web.UI.HtmlTextWriter)

Called prior to the rendering of a control. In a derived adapter class, generates opening tags that are required by a specific target but not needed by HTML browsers.

CreateChildControls()

Creates the target-specific child controls for a composite control.

EndRender(System.Web.UI.HtmlTextWriter)

Called after the rendering of a control. In a derived adapter class, generates closing tags that are required by a specific target but not needed by HTML browsers.

LoadAdapterControlState(object)

Loads adapter control state information that was saved by ControlAdapter.SaveAdapterControlState during a previous request to the page where the control associated with this control adapter resides.

LoadAdapterViewState(object)

Loads adapter view state information that was saved by ControlAdapter.SaveAdapterViewState during a previous request to the page where the control associated with this control adapter resides.

OnInit(EventArgs)

Overrides the System.Web.UI.Control.OnInit(EventArgs) method for the associated control.

OnLoad(EventArgs)

Overrides the System.Web.UI.Control.OnLoad(EventArgs) method for the associated control.

OnPreRender(EventArgs)

Overrides the System.Web.UI.Control.OnPreRender(EventArgs) method for the associated control.

OnUnload(EventArgs)

Overrides the System.Web.UI.Control.OnUnload(EventArgs) method for the associated control.

Render(System.Web.UI.HtmlTextWriter)

Generates the target-specific markup for the control to which the control adapter is attached.

RenderChildren(System.Web.UI.HtmlTextWriter)

Generates the target-specific markup for the child controls in a composite control to which the control adapter is attached.

SaveAdapterControlState() : object

Saves control state information for the control adapter.

SaveAdapterViewState() : object

Saves view state information for the control adapter.