BrowserCapabilitiesFactory.InternetexplorerProcessBrowsers Method (Boolean, NameValueCollection, HttpBrowserCapabilities)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
[Supported in the .NET Framework 4.5.1 and later versions]
Initializes an HttpBrowserCapabilities object that represents the capabilities of the Internetexplorer browser making the current request.
Assembly: System.Web (in System.Web.dll)
protected virtual void InternetexplorerProcessBrowsers( bool ignoreApplicationBrowsers, NameValueCollection headers, HttpBrowserCapabilities browserCaps )
Parameters
- ignoreApplicationBrowsers
-
Type:
System.Boolean
true to ignore definitions for the Internetexplorer browser in application-level browser definition files; otherwise, false.
- 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 4.5.1
Available since 4.5.1
Show: