DeviceSpecific::MobilePage Property

 

Gets the containing page. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.

Namespace:   System.Web.UI.MobileControls
Assembly:  System.Web.Mobile (in System.Web.Mobile.dll)

public:
[BrowsableAttribute(false)]
property MobilePage^ MobilePage {
	MobilePage^ get();
}

Property Value

Type: System.Web.UI.MobileControls::MobilePage^

The containing page.

This property is similar to the Web Forms Page property, except that it is strongly typed as a MobilePage object.

.NET Framework
Available since 1.1

MobilePage
DeviceSpecific Class
System.Web.UI.MobileControls Namespace
Introduction to the DeviceSpecific Control
<DeviceSpecific> Element
<Choice> Element

Return to top
Show: