This documentation is archived and is not being maintained.
HttpBrowserCapabilitiesBase Methods
Visual Studio 2010
The HttpBrowserCapabilitiesBase type exposes the following members.
| Name | Description | |
|---|---|---|
|
AddBrowser | When overridden in a derived class, used internally to add an entry to the internal collection of browsers for which capabilities are recognized. |
|
CompareFilters | When overridden in a derived class, used internally to compare filters. |
|
CreateHtmlTextWriter | When overridden in a derived class, creates a new instance of the HtmlTextWriter object to use to render markup to the browser. |
|
DisableOptimizedCacheKey | When overridden in a derived class, used internally to disable use of an optimized cache key. |
|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
EvaluateFilter | When overridden in a derived class, used internally to evaluate a filter. |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetClrVersions | When overridden in a derived class, gets all versions of the .NET Framework common language runtime (CLR) that are installed on the client. |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
IsBrowser | When overridden in a derived class, gets a value that indicates whether the client browser is the same as the specified browser. |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show: