BrowserCapabilitiesFactory.Platformwin2000aProcessBrowsers Method (Boolean, NameValueCollection, HttpBrowserCapabilities)

 

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 Platformwin2000a browser making the current request.

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

abstract Platformwin2000aProcessBrowsers : 
        ignoreApplicationBrowsers:bool *
        headers:NameValueCollection *
        browserCaps:HttpBrowserCapabilities -> unit
override Platformwin2000aProcessBrowsers : 
        ignoreApplicationBrowsers:bool *
        headers:NameValueCollection *
        browserCaps:HttpBrowserCapabilities -> unit

Parameters

ignoreApplicationBrowsers
Type: System.Boolean

true to ignore definitions for the Platformwin2000a 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 2.0
Return to top
Show: