This documentation is archived and is not being maintained.
HttpBrowserCapabilities Members
.NET Framework 1.1
HttpBrowserCapabilities overview
Public Constructors
HttpBrowserCapabilities Constructor | Initializes a new instance of the HttpBrowserCapabilities class. |
Public Properties
ActiveXControls | Gets a value indicating whether the client browser supports ActiveX controls. |
AOL | Gets a value indicating whether the client is an America Online (AOL) browser. |
BackgroundSounds | Gets a value indicating whether the client browser supports background sounds. |
Beta | Gets a value indicating whether the browser is a beta release. |
Browser | Gets the browser string (if any) that was transmitted in the User-Agent header. |
CDF | Gets a value indicating whether the client browser supports Channel Definition Format (CDF) for webcasting. |
ClrVersion | Gets the version number of the .NET common language runtime installed on the client. |
Cookies | Gets a value indicating whether the client browser supports cookies. |
Crawler | Gets a value indicating whether the client browser is a Web crawler search engine. |
EcmaScriptVersion | Gets the version number of ECMA script that the client browser supports. |
Frames | Gets a value indicating whether the client browser supports HTML frames. |
Item (inherited from HttpCapabilitiesBase) | Gets the value of the specified browser capability.
In C#, this property is the indexer for the HttpBrowserCapabilities class. |
JavaApplets | Gets a value indicating whether the client browser supports Java applets. |
JavaScript | Gets a value indicating whether the client browser supports JavaScript. |
MajorVersion | Gets the major (that is, integer) version number of the client browser. |
MinorVersion | Gets the minor (that is, decimal) version number of the client browser. |
MSDomVersion | Gets the version of Microsoft HTML (MSHTML) Document Object Model (DOM) that the client browser supports. |
Platform | Gets the name of the platform that the client uses. |
Tables | Gets a value indicating whether the client browser supports HTML tables. |
Type | Gets the name and major (that is, integer) version number of the client browser. |
VBScript | Gets a value indicating whether the client browser supports VBScript. |
Version | Gets the full (integer and decimal) version number of the client browser. |
W3CDomVersion | Gets the version of the World Wide Web Consortium (W3C) XML Document Object Model (DOM) that the client browser supports. |
Win16 | Gets a value indicating whether the client is a Win16-based computer. |
Win32 | Gets a value indicating whether the client is a Win32-based computer. |
Public Methods
Equals (inherited from Object) | Overloaded. Determines whether two Object instances are equal. |
GetClrVersions | Returns all versions of the .NET common language runtime installed on the client. |
GetHashCode (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. |
GetType (inherited from Object) | Gets the Type of the current instance. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Protected Methods
Finalize (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. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
See Also
Show:
