PageAdapter Methods
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | BeginRender(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.) |
![]() | 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. |
![]() | DeterminePostBackModeUnvalidated() | |
![]() | EndRender(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.) |
![]() | Equals(Object^) | 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 the default hash function. (Inherited from Object.) |
![]() | GetPostBackFormReference(String^) | Returns a DHTML code fragment that the client browser can use to reference the form on the page that was posted. |
![]() | GetRadioButtonsByGroup(String^) | 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() | |
![]() | LoadAdapterControlState(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.) |
![]() | LoadAdapterViewState(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.) |
![]() | MemberwiseClone() | |
![]() | OnInit(EventArgs^) | Overrides the OnInit method for the associated control.(Inherited from ControlAdapter.) |
![]() | OnLoad(EventArgs^) | Overrides the OnLoad method for the associated control.(Inherited from ControlAdapter.) |
![]() | OnPreRender(EventArgs^) | Overrides the OnPreRender method for the associated control.(Inherited from ControlAdapter.) |
![]() | OnUnload(EventArgs^) | Overrides the OnUnload method for the associated control.(Inherited from ControlAdapter.) |
![]() | RegisterRadioButton(RadioButton^) | Adds a radio button control to the collection for a specified radio button group. |
![]() | Render(HtmlTextWriter^) | Generates the target-specific markup for the control to which the control adapter is attached.(Inherited from ControlAdapter.) |
![]() | RenderBeginHyperlink(HtmlTextWriter^, String^, Boolean, String^) | Renders an opening hyperlink tag that includes the target URL to the response stream. |
![]() | RenderBeginHyperlink(HtmlTextWriter^, String^, Boolean, String^, String^) | Renders an opening hyperlink tag that includes the target URL and an access key to the response stream. |
![]() | RenderChildren(HtmlTextWriter^) | Generates the target-specific markup for the child controls in a composite control to which the control adapter is attached.(Inherited from ControlAdapter.) |
![]() | RenderEndHyperlink(HtmlTextWriter^) | Renders a closing hyperlink tag to the response stream. |
![]() | RenderPostBackEvent(HtmlTextWriter^, String^, String^, String^, String^) | Renders a postback event into the response stream as a hyperlink, including the encoded and possibly encrypted view state, and event target and argument. |
![]() | RenderPostBackEvent(HtmlTextWriter^, String^, String^, String^, String^, String^, String^) | Renders a postback event into the response stream as a hyperlink, including the encoded and possibly encrypted view state, an event target and argument, a previous-page parameter, and an access key. |
![]() | RenderPostBackEvent(HtmlTextWriter^, String^, String^, String^, String^, String^, String^, Boolean) | Renders a postback event into the response stream as a hyperlink, including the encoded view state, an event target and argument, a previous-page parameter, and an access key. |
![]() | 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(String^) | Transforms text for the target browser. |

