BrowserCapabilitiesFactory.Ie10plusProcessGateways Method (NameValueCollection, HttpBrowserCapabilities)

.NET Framework (current version)
 

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes an HttpBrowserCapabilities object that represents the capabilities of the Microsoft Internet Explorer version 10 and later gateway handling the current request.

Namespace:   System.Web.Configuration
Assembly:  System.Web (in System.Web.dll)

abstract Ie10plusProcessGateways : 
        headers:NameValueCollection *
        browserCaps:HttpBrowserCapabilities -> unit
override Ie10plusProcessGateways : 
        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 4.5
Return to top
Show: