BrowserCapabilitiesFactoryBase.ConfigureCustomCapabilities Method (NameValueCollection, HttpBrowserCapabilities)
.NET Framework (current version)
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.
Assembly: System.Web (in System.Web.dll)
public virtual void ConfigureCustomCapabilities( NameValueCollection headers, HttpBrowserCapabilities browserCaps )
Parameters
- headers
-
Type:
System.Collections.Specialized.NameValueCollection
A collection of request headers.
- browserCaps
-
Type:
System.Web.HttpBrowserCapabilities
An object that specifies the capabilities of the browser.
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. The ConfigureCustomCapabilities method processes a custom hierarchy. The custom hierarchy must contain a parentID value in the browser element.
.NET Framework
Available since 2.0
Available since 2.0
Show: