Edit

Share via


ControlAdapter.Page Property

Definition

Returns the page associated with the device adapter. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public virtual System.Web.UI.MobileControls.MobilePage Page { get; set; }

Property Value

The page associated with the device adapter.

Exceptions

an attempt was made to set this property in the base class. You may want to override this method in a derived class.

Remarks

Equivalent to calling the MobilePage property of a control.

Applies to

See also