This documentation is archived and is not being maintained.
BrowserCapabilitiesFactoryBase Class
Visual Studio 2010
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::Object
System.Web.Configuration::BrowserCapabilitiesFactoryBase
System.Web.Configuration::BrowserCapabilitiesFactory
System.Web.Configuration::BrowserCapabilitiesFactoryBase
System.Web.Configuration::BrowserCapabilitiesFactory
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 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:


