HttpCapabilitiesDefaultProvider.AddRuleList(ArrayList) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds a search string that modifies a browser definition.
public:
virtual void AddRuleList(System::Collections::ArrayList ^ ruleList);
public virtual void AddRuleList (System.Collections.ArrayList ruleList);
abstract member AddRuleList : System.Collections.ArrayList -> unit
override this.AddRuleList : System.Collections.ArrayList -> unit
Public Overridable Sub AddRuleList (ruleList As ArrayList)
Parameters
- ruleList
- ArrayList
The search string that modifies a browser definition.
Remarks
This method adds to the collection that is created by the filter
child element of the browserCaps
element of the Web.config file.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.