This documentation is archived and is not being maintained.
HttpBrowserCapabilitiesWrapper Methods
Visual Studio 2008
The HttpBrowserCapabilitiesWrapper type exposes the following members.
| Name | Description | |
|---|---|---|
|
AddBrowser | Used internally to add an entry to the internal collection of browsers for which capabilities are recognized. (Overrides HttpBrowserCapabilitiesBase::AddBrowser(String).) |
|
CompareFilters | Used internally to compare filters. (Overrides HttpBrowserCapabilitiesBase::CompareFilters(String, String).) |
|
CreateHtmlTextWriter | Creates a new instance of the HtmlTextWriter object to use to render markup to the browser. (Overrides HttpBrowserCapabilitiesBase::CreateHtmlTextWriter(TextWriter).) |
|
DisableOptimizedCacheKey | Used internally to disable use of an optimized cache key. (Overrides HttpBrowserCapabilitiesBase::DisableOptimizedCacheKey().) |
|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
EvaluateFilter | Used internally to evaluate a filter. (Overrides HttpBrowserCapabilitiesBase::EvaluateFilter(String).) |
|
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 | Gets all versions of the .NET Framework common language runtime (CLR) that are installed on the client. (Overrides HttpBrowserCapabilitiesBase::GetClrVersions().) |
|
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 | Gets a value that indicates whether the client browser is the same as the specified browser. (Overrides HttpBrowserCapabilitiesBase::IsBrowser(String).) |
|
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: