HttpBrowserCapabilitiesBase.IsMobileDevice Property
Definition
When overridden in a derived class, gets a value that indicates whether the browser is a recognized mobile device.
public:
virtual property bool IsMobileDevice { bool get(); };
public virtual bool IsMobileDevice { get; }
member this.IsMobileDevice : bool
Public Overridable ReadOnly Property IsMobileDevice As Boolean
Property Value
true
if the browser is a recognized mobile device; otherwise, false
.
Exceptions
Always.