BrowserCapabilitiesFactoryBase.PopulateMatchedHeaders Method (IDictionary)

 

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

Used internally by the configuration system to populate a collection of request headers based on the supported browser.

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

abstract PopulateMatchedHeaders : 
        dictionary:IDictionary -> unit
override PopulateMatchedHeaders : 
        dictionary:IDictionary -> unit

Parameters

dictionary
Type: System.Collections.IDictionary

A collection of key/value pairs representing the browser capabilities.

.NET Framework
Available since 2.0
Return to top
Show: