ControlAdapter::PageAdapter Property
.NET Framework (current version)
Gets a reference to the page adapter for the page where the associated control resides.
Assembly: System.Web (in System.Web.dll)
protected: [BrowsableAttribute(false)] property PageAdapter^ PageAdapter { PageAdapter^ get(); }
Property Value
Type: System.Web.UI.Adapters::PageAdapter^A PageAdapter for the page where the control associated with the current ControlAdapter is situated.
The PageAdapter property provides access to the System.Web.UI.Adapters::PageAdapter object for the Page object where the Control object associated with the current ControlAdapter object is situated.
The 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.
.NET Framework
Available since 2.0
Available since 2.0
Show: