.NET Framework Class Library
HttpBrowserCapabilitiesBase.IsMobileDevice Property
When overridden in a derived class, gets a value that indicates whether the browser is a recognized mobile device.
Assembly: System.Web (in System.Web.dll)
Syntax
Visual Basic
Public Overridable ReadOnly Property IsMobileDevice As Boolean
C#
public virtual bool IsMobileDevice { get; }
Visual C++
public: virtual property bool IsMobileDevice { bool get (); }
F#
abstract IsMobileDevice : bool override IsMobileDevice : bool
Property Value
Type: System.Booleantrue if the browser is a recognized mobile device; otherwise, false.
Exceptions
| Exception | Condition |
|---|---|
| NotImplementedException |
Always. |
Version Information
.NET Framework
Supported in: 4, 3.5 SP1Platforms
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
See Also