System.Web.UI.Adapters.PageAdapter Members

The members of System.Web.UI.Adapters.PageAdapter are listed below.

See Also: Inherited members from System.Web.UI.Adapters.ControlAdapter

Protected Constructors

Initializes a new instance of the System.Web.UI.Adapters.PageAdapter class.

Public Properties

[read-only]
CacheVaryByHeadersSystem.Collections.Specialized.StringCollection.

Gets a list of additional HTTP headers by which caching is varied for the Web page to which this derived page adapter is attached.

[read-only]
CacheVaryByParamsSystem.Collections.Specialized.StringCollection.

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.

Protected Properties

[read-only]
ClientStatestring.

Gets an encoded string that contains the view and control states data of the Web page to which this derived page adapter is attached.

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.