อ่านในภาษาอังกฤษ แก้ไข

แชร์ผ่าน


ControlAdapter.PageAdapter Property

Definition

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

C#
[System.ComponentModel.Browsable(false)]
protected System.Web.UI.Adapters.PageAdapter PageAdapter { get; }

Property Value

A PageAdapter for the page where the control associated with the current ControlAdapter is situated.

Attributes

Remarks

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.

Applies to

ผลิตภัณฑ์ เวอร์ชัน
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also