HttpCapabilitiesDefaultProvider.AddRuleList Method (ArrayList)

.NET Framework (current version)
 

Adds a search string that modifies a browser definition.

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

Public Overridable Sub AddRuleList (
	ruleList As ArrayList
)

Parameters

ruleList
Type: System.Collections.ArrayList

The search string that modifies a browser definition.

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

.NET Framework
Available since 4.0
Return to top
Show: