ControlAdapter Members

The following tables list the members exposed by the ControlAdapter type.

  Name Description
Protected method ControlAdapter Initializes a new instance of the ControlAdapter class.
Top

  Name Description
Protected property Browser Gets a reference to the browser capabilities of the client making the current HTTP request.
Protected property Control Gets a reference to the control to which this control adapter is attached.
Protected property Page Gets a reference to the page where the control associated with this adapter resides.
Protected property PageAdapter Gets a reference to the page adapter for the page where the associated control resides.
Top

(see also Protected Methods )
  Name Description
Public method Equals  Overloaded. Determines whether two Object instances are equal. (inherited from Object)
Public method GetHashCode  Serves as a hash function for a particular type. (inherited from Object)
Public method GetType  Gets the Type of the current instance. (inherited from Object)
Public method Static ReferenceEquals  Determines whether the specified Object instances are the same instance. (inherited from Object)
Public method ToString  Returns a String that represents the current Object. (inherited from Object)
Top

  Name Description
Protected method BeginRender 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.
Protected method CreateChildControls Creates the target-specific child controls for a composite control.
Protected method EndRender 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.
Protected method Finalize  Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object)
Protected method LoadAdapterControlState 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.
Protected method LoadAdapterViewState 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.
Protected method MemberwiseClone  Creates a shallow copy of the current Object. (inherited from Object)
Protected method OnInit Overrides the OnInit method for the associated control.
Protected method OnLoad Overrides the OnLoad method for the associated control.
Protected method OnPreRender Overrides the OnPreRender method for the associated control.
Protected method OnUnload Overrides the OnUnload method for the associated control.
Protected method Render Generates the target-specific markup for the control to which the control adapter is attached.
Protected method RenderChildren Generates the target-specific markup for the child controls in a composite control to which the control adapter is attached.
Protected method SaveAdapterControlState Saves control state information for the control adapter.
Protected method SaveAdapterViewState Saves view state information for the control adapter.
Top

Community Additions

ADD
Show: