System.Web.UI.Page.PageAdapter Property

Gets the adapter that renders the page for the specific requesting browser.

Syntax

public System.Web.UI.Adapters.PageAdapter PageAdapter { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The Page.PageAdapter property returns the specific System.Web.UI.Adapters.PageAdapter object that modifies the behavior of the System.Web.UI.Page object for the requesting browser.

The specific System.Web.UI.Adapters.PageAdapter object is determined by examining characteristics of the incoming Page.Request object. When an adapter is chosen for the request, any life cycle events on the System.Web.UI.Adapters.PageAdapter object override the corresponding events on the System.Web.UI.Page object.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0