This documentation is archived and is not being maintained.

HttpBrowserCapabilities Members

HttpBrowserCapabilities overview

Public Constructors

public constructorHttpBrowserCapabilities Constructor Initializes a new instance of the HttpBrowserCapabilities class.

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.

Public Methods

public methodEquals (inherited from Object) Overloaded. Determines whether two Object instances are equal.
public methodGetClrVersions Returns all versions of the .NET common language runtime installed on the client.
public methodGetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
public methodGetType (inherited from Object) Gets the Type of the current instance.
public methodToString (inherited from Object) Returns a String that represents the current Object.

Protected Methods

protected methodFinalize (inherited from Object) Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.

In C# and C++, finalizers are expressed using destructor syntax.

protected methodMemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

HttpBrowserCapabilities Class | System.Web Namespace

Show: