MobilePage::Device Property
.NET Framework (current version)
Gets the MobileCapabilities object for the current requesting device. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.
Assembly: System.Web.Mobile (in System.Web.Mobile.dll)
public: [BrowsableAttribute(false)] [BindableAttribute(false)] property MobileCapabilities^ Device { virtual MobileCapabilities^ get(); }
Property Value
Type: System.Web.Mobile::MobileCapabilities^The MobileCapabilities for the current requesting device.
This property is provided for convenience, and is equivalent to obtaining browser information from the HttpRequest object, such as Page.Request.Browser.
.NET Framework
Available since 1.1
Available since 1.1
Show: