Documentation for this section has not yet been entered.
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.