Page.PageAdapter Property

Definition

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

public:
 property System::Web::UI::Adapters::PageAdapter ^ PageAdapter { System::Web::UI::Adapters::PageAdapter ^ get(); };
public System.Web.UI.Adapters.PageAdapter PageAdapter { get; }
member this.PageAdapter : System.Web.UI.Adapters.PageAdapter
Public ReadOnly Property PageAdapter As PageAdapter

Property Value

The PageAdapter that renders the page.

Remarks

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

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

Applies to