BrowserCapabilitiesFactory.ConfigureBrowserCapabilities 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 by the configuration system to produce request-specific instances of the HttpBrowserCapabilities class that are publicly accessed through the ASP.NET-intrinsic Request.Browser property.
Assembly: System.Web (in System.Web.dll)
override ConfigureBrowserCapabilities : headers:NameValueCollection * browserCaps:HttpBrowserCapabilities -> unit
Parameters
- headers
-
Type:
System.Collections.Specialized.NameValueCollection
The collection of headers included in the current request.
- browserCaps
-
Type:
System.Web.HttpBrowserCapabilities
The HttpBrowserCapabilities object to initialize.
.NET Framework
Available since 2.0
Available since 2.0
Show: