Share via


QueryStringParameterCollection.Add Method

Include Protected Members
Include Inherited Members

Adds QueryStringParameter to this QueryStringParameterCollection.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method Add(T) Adds an object to the end of the Collection<T>. (Inherited from Collection<QueryStringParameter>.)
Public method Add(String, String) Adds a QueryStringParameter created from a parameter name and value.
Public method Add(String, String, Boolean, Boolean) Adds a QueryStringParameter created from a parameter name and value.

Top

See Also

Reference

QueryStringParameterCollection Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace