HttpCapabilitiesDefaultProvider.AddDependency Method (String)

.NET Framework (current version)
 

Adds an HTTP request string to use to parse browser capability information.

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

member AddDependency : 
        variable:string -> unit

Parameters

variable
Type: System.String

The string to use to parse browser capability information.

This method adds to the collection that is created by the use child element of the browserCaps element of the Web.config file.

.NET Framework
Available since 4.0
Return to top
Show: