Share via


Device Property (MobilePage)

Retrieves the MobileCapabilities object for the current requesting device.

public virtual System.Web.Mobile.MobileCapabilities Device {
   get
}

Remarks

This property is provided for convenience, and is equivalent to calling the browser using an HttpRequest, such as Page.Request.Browser.

See Also

MobileCapabilities Class | ControlAdapter Class

Applies to: MobilePage Class