This documentation is archived and is not being maintained.
HttpBrowserCapabilities Class
.NET Framework 1.1
Enables the server to gather information on the capabilities of the browser that is running on the client.
For a list of all members of this type, see HttpBrowserCapabilities Members.
System.Object
System.Web.Configuration.HttpCapabilitiesBase
System.Web.HttpBrowserCapabilities
[Visual Basic] Public Class HttpBrowserCapabilities Inherits HttpCapabilitiesBase [C#] public class HttpBrowserCapabilities : HttpCapabilitiesBase [C++] public __gc class HttpBrowserCapabilities : public HttpCapabilitiesBase [JScript] public class HttpBrowserCapabilities extends HttpCapabilitiesBase
Thread Safety
This type is safe for multithreaded operations.
Remarks
HttpBrowserCapabilities properties are accessible through the Browser property of ASP.NET's intrinsic Request object.
Requirements
Namespace: System.Web
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
Assembly: System.Web (in System.Web.dll)
See Also
Show: