BrowserCapabilitiesFactoryBase Class
This API supports the product 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.
Assembly: System.Web (in System.Web.dll)
System.Web.Configuration::BrowserCapabilitiesFactoryBase
System.Web.Configuration::BrowserCapabilitiesFactory
| Name | Description | |
|---|---|---|
![]() | BrowserCapabilitiesFactoryBase() | This API supports the product infrastructure and is not intended to be used directly from your code. Used internally by the configuration system to create a new instance of this class. |
| Name | Description | |
|---|---|---|
![]() | BrowserElements | This API supports the product infrastructure and is not intended to be used directly from your code. Used internally by the configuration system to represent a collection of information relating to various browser capabilities. |
![]() | MatchedHeaders | This API supports the product infrastructure and is not intended to be used directly from your code. Used internally by the configuration system to represent a collection of request-header values. |
| Name | Description | |
|---|---|---|
![]() | ConfigureBrowserCapabilities(NameValueCollection^, HttpBrowserCapabilities^) | This API supports the product infrastructure and is not intended to be used directly from your code. Used internally at run time to configure an HttpBrowserCapabilities object. |
![]() | ConfigureCustomCapabilities(NameValueCollection^, HttpBrowserCapabilities^) | This API supports the product infrastructure and is not intended to be used directly from your code. 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 the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | IsBrowserUnknown(HttpCapabilitiesBase^) | This API supports the product infrastructure and is not intended to be used directly from your code. Used internally by the configuration system to determine whether the browser represented by the specified HttpBrowserCapabilities object does not have an available adapter. |
![]() | MemberwiseClone() | |
![]() | PopulateBrowserElements(IDictionary^) | This API supports the product infrastructure and is not intended to be used directly from your code. Used internally by the configuration system to populate a collection of browser capabilities based on the supported browser. |
![]() | PopulateMatchedHeaders(IDictionary^) | This API supports the product infrastructure and is not intended to be used directly from your code. 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.) |
You define browser capabilities in a .browser file. You can use the default hierarchy in the .browser file or create a custom hierarchy to define the browser capabilities.
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


