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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.