BrowserCapabilitiesFactoryBase Class
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
The BrowserCapabilitiesFactoryBase class is the base class from which BrowserCapabilitiesFactory is derived. It is used internally at run time by the configuration system to create request-specific instances of the HttpCapabilitiesBase class, publicly accessed through the ASP.NET intrinsic Request.Browser property.
System.Web.Configuration.BrowserCapabilitiesFactoryBase
System.Web.Configuration.BrowserCapabilitiesFactory
Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
The BrowserCapabilitiesFactoryBase type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | BrowserCapabilitiesFactoryBase | Used internally by the configuration system to create a new instance of this class. |
| Name | Description | |
|---|---|---|
![]() | BrowserElements | Used internally by the configuration system to represent a collection of information relating to various browser capabilities. |
![]() | MatchedHeaders | Used internally by the configuration system to represent a collection of request-header values. |
| Name | Description | |
|---|---|---|
![]() | ConfigureBrowserCapabilities | Used internally at run time to configure an HttpBrowserCapabilities object. |
![]() | ConfigureCustomCapabilities | Used internally at run time to configure custom hierarchies of browser capabilities. |
![]() | Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsBrowserUnknown | Used internally by the configuration system to determine whether the browser represented by the specified HttpBrowserCapabilities object does not have an available adapter. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | PopulateBrowserElements | Used internally by the configuration system to populate a collection of browser capabilities based on the supported browser. |
![]() | PopulateMatchedHeaders | Used internally by the configuration system to populate a collection of request headers based on the supported browser. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
