The
methods
of System.Web.UI.Adapters.PageAdapter are listed below. For a list of all members, see the PageAdapter Members list.
See Also: Inherited members from System.Web.UI.Adapters.ControlAdapter
Public Methods
| DeterminePostBackMode() : System.Collections.Specialized.NameValueCollection
Determines whether the Web page is in postback and returns a name/value collection of the postback variables.
|
| GetRadioButtonsByGroup(string) : ICollection
Retrieves a collection of radio button controls specified by groupName.
|
| GetStatePersister() : System.Web.UI.PageStatePersister
Returns an object that is used by the Web page to maintain the control and view states.
|
| RegisterRadioButton(System.Web.UI.WebControls.RadioButton)
Adds a radio button control to the collection for a specified radio button group.
|
| RenderBeginHyperlink(System.Web.UI.HtmlTextWriter, string, bool, string)
Renders an opening hyperlink tag that includes the target URL to the response stream.
|
| RenderBeginHyperlink(System.Web.UI.HtmlTextWriter, string, bool, string, string)
Renders an opening hyperlink tag that includes the target URL and an access key to the response stream.
|
| RenderEndHyperlink(System.Web.UI.HtmlTextWriter)
Renders a closing hyperlink tag to the response stream.
|
| RenderPostBackEvent(System.Web.UI.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(System.Web.UI.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.
|
| TransformText(string) : string
Transforms text for the target browser.
|
Protected Methods
| GetPostBackFormReference(string) : string
Returns a DHTML code fragment that the client browser can use to reference the form on the page that was posted.
|
| RenderPostBackEvent(System.Web.UI.HtmlTextWriter, string, string, string, string, string, string, bool)
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.
|