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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.