This documentation is archived and is not being maintained.
PageAdapter Members
Visual Studio 2008
Adapts a Web page for a specific browser and provides the base class from which all page adapters inherit, directly or indirectly.
The PageAdapter type exposes the following members.
| Name | Description | |
|---|---|---|
|
PageAdapter | Infrastructure. Initializes a new instance of the PageAdapter class. |
| Name | Description | |
|---|---|---|
|
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. (Inherited from ControlAdapter.) |
|
CreateChildControls | Creates the target-specific child controls for a composite control. (Inherited from ControlAdapter.) |
|
DeterminePostBackMode | Determines whether the Web page is in postback and returns a name/value collection of the postback variables. |
|
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. (Inherited from ControlAdapter.) |
|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetPostBackFormReference | Returns a DHTML code fragment that the client browser can use to reference the form on the page that was posted. |
|
GetRadioButtonsByGroup | Retrieves a collection of radio button controls specified by groupName. |
|
GetStatePersister | Returns an object that is used by the Web page to maintain the control and view states. |
|
GetType | Gets the type of the current instance. (Inherited from Object.) |
|
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. (Inherited from ControlAdapter.) |
|
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. (Inherited from ControlAdapter.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
OnInit | Overrides the OnInit method for the associated control. (Inherited from ControlAdapter.) |
|
OnLoad | Overrides the OnLoad method for the associated control. (Inherited from ControlAdapter.) |
|
OnPreRender | Overrides the OnPreRender method for the associated control. (Inherited from ControlAdapter.) |
|
OnUnload | Overrides the OnUnload method for the associated control. (Inherited from ControlAdapter.) |
|
RegisterRadioButton | Adds a radio button control to the collection for a specified radio button group. |
|
Render | Generates the target-specific markup for the control to which the control adapter is attached. (Inherited from ControlAdapter.) |
|
RenderBeginHyperlink | Overloaded. Renders an opening hyperlink tag to the response stream. |
|
RenderChildren | Generates the target-specific markup for the child controls in a composite control to which the control adapter is attached. (Inherited from ControlAdapter.) |
|
RenderEndHyperlink | Renders a closing hyperlink tag to the response stream. |
|
RenderPostBackEvent | Overloaded. Renders a postback event into the response stream as a link, including all required arguments. |
|
SaveAdapterControlState | Saves control state information for the control adapter. (Inherited from ControlAdapter.) |
|
SaveAdapterViewState | Saves view state information for the control adapter. (Inherited from ControlAdapter.) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
|
TransformText | Transforms text for the target browser. |
| Name | Description | |
|---|---|---|
|
Browser | Gets a reference to the browser capabilities of the client making the current HTTP request. (Inherited from ControlAdapter.) |
|
CacheVaryByHeaders | Gets a list of additional HTTP headers by which caching is varied for the Web page to which this derived page adapter is attached. |
|
CacheVaryByParams | Gets a list of additional parameters from HTTP GET and POST requests by which caching is varied for the Web page to which this derived page adapter is attached. |
|
ClientState | Gets an encoded string that contains the view and control states data of the Web page to which this derived page adapter is attached. |
|
Control | Gets a reference to the control to which this control adapter is attached. (Inherited from ControlAdapter.) |
|
Page | Gets a reference to the page where the control associated with this adapter resides. (Inherited from ControlAdapter.) |
|
PageAdapter | Gets a reference to the page adapter for the page where the associated control resides. (Inherited from ControlAdapter.) |
Show: