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 property System::Web::UI::MobileControls::MobilePage ^ Page { System::Web::UI::MobileControls::MobilePage ^ get(); void set(System::Web::UI::MobileControls::MobilePage ^ value); };
public virtual System.Web.UI.MobileControls.MobilePage Page { get; set; }
member this.Page : System.Web.UI.MobileControls.MobilePage with get, set
Public Overridable Property Page As MobilePage

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