System.Web.UI.Adapters.ControlAdapter.PageAdapter Property

Gets a reference to the page adapter for the page where the associated control resides.

Syntax

[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
protected PageAdapter PageAdapter { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The ControlAdapter.PageAdapter property provides access to the System.Web.UI.Adapters.PageAdapter object for the System.Web.UI.Page object where the System.Web.UI.Control object associated with the current System.Web.UI.Adapters.ControlAdapter object is situated.

The ControlAdapter.PageAdapter property can be used to access other items at the page adapter level, such as common target-specific functions that could apply to several control types on the page.

Requirements

Namespace: System.Web.UI.Adapters
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0