WebControlAdapter Methods

 

Namespace:   System.Web.UI.WebControls.Adapters
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_protmethodBeginRender(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.(Inherited from ControlAdapter.)

System_CAPS_protmethodCreateChildControls()

Creates the target-specific child controls for a composite control.(Inherited from ControlAdapter.)

System_CAPS_protmethodEndRender(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.(Inherited from ControlAdapter.)

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_protmethodLoadAdapterControlState(Object^)

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

System_CAPS_protmethodLoadAdapterViewState(Object^)

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

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_protmethodOnInit(EventArgs^)

Overrides the OnInit method for the associated control.(Inherited from ControlAdapter.)

System_CAPS_protmethodOnLoad(EventArgs^)

Overrides the OnLoad method for the associated control.(Inherited from ControlAdapter.)

System_CAPS_protmethodOnPreRender(EventArgs^)

Overrides the OnPreRender method for the associated control.(Inherited from ControlAdapter.)

System_CAPS_protmethodOnUnload(EventArgs^)

Overrides the OnUnload method for the associated control.(Inherited from ControlAdapter.)

System_CAPS_protmethodRender(HtmlTextWriter^)

Generates the target-specific markup for the control to which the control adapter is attached.(Overrides ControlAdapter::Render(HtmlTextWriter^).)

System_CAPS_protmethodRenderBeginTag(HtmlTextWriter^)

Creates the beginning tag for the Web control in the markup that is transmitted to the target browser.

System_CAPS_protmethodRenderChildren(HtmlTextWriter^)

Generates the target-specific markup for the child controls in a composite control to which the control adapter is attached.(Inherited from ControlAdapter.)

System_CAPS_protmethodRenderContents(HtmlTextWriter^)

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

System_CAPS_protmethodRenderEndTag(HtmlTextWriter^)

Creates the ending tag for the Web control in the markup that is transmitted to the target browser.

System_CAPS_protmethodSaveAdapterControlState()

Saves control state information for the control adapter.(Inherited from ControlAdapter.)

System_CAPS_protmethodSaveAdapterViewState()

Saves view state information for the control adapter.(Inherited from ControlAdapter.)

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

Return to top
Show: