This documentation is archived and is not being maintained.

HttpBrowserCapabilities Properties

The properties of the HttpBrowserCapabilities class are listed here. For a complete list of HttpBrowserCapabilities class members, see the HttpBrowserCapabilities Members topic.

Public Properties

public propertyActiveXControls Gets a value indicating whether the client browser supports ActiveX controls.
public propertyAOL Gets a value indicating whether the client is an America Online (AOL) browser.
public propertyBackgroundSounds Gets a value indicating whether the client browser supports background sounds.
public propertyBeta Gets a value indicating whether the browser is a beta release.
public propertyBrowser Gets the browser string (if any) that was transmitted in the User-Agent header.
public propertyCDF Gets a value indicating whether the client browser supports Channel Definition Format (CDF) for webcasting.
public propertyClrVersion Gets the version number of the .NET common language runtime installed on the client.
public propertyCookies Gets a value indicating whether the client browser supports cookies.
public propertyCrawler Gets a value indicating whether the client browser is a Web crawler search engine.
public propertyEcmaScriptVersion Gets the version number of ECMA script that the client browser supports.
public propertyFrames Gets a value indicating whether the client browser supports HTML frames.
public propertyItem (inherited from HttpCapabilitiesBase) Gets the value of the specified browser capability.

In C#, this property is the indexer for the HttpBrowserCapabilities class.

public propertyJavaApplets Gets a value indicating whether the client browser supports Java applets.
public propertyJavaScript Gets a value indicating whether the client browser supports JavaScript.
public propertyMajorVersion Gets the major (that is, integer) version number of the client browser.
public propertyMinorVersion Gets the minor (that is, decimal) version number of the client browser.
public propertyMSDomVersion Gets the version of Microsoft HTML (MSHTML) Document Object Model (DOM) that the client browser supports.
public propertyPlatform Gets the name of the platform that the client uses.
public propertyTables Gets a value indicating whether the client browser supports HTML tables.
public propertyType Gets the name and major (that is, integer) version number of the client browser.
public propertyVBScript Gets a value indicating whether the client browser supports VBScript.
public propertyVersion Gets the full (integer and decimal) version number of the client browser.
public propertyW3CDomVersion Gets the version of the World Wide Web Consortium (W3C) XML Document Object Model (DOM) that the client browser supports.
public propertyWin16 Gets a value indicating whether the client is a Win16-based computer.
public propertyWin32 Gets a value indicating whether the client is a Win32-based computer.

See Also

HttpBrowserCapabilities Class | System.Web Namespace

Show: