FormPostParameterCollection.Add Method

Include Protected Members
Include Inherited Members

Adds a FormPostParameter to the collection.

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(UTP) Adds an object to the end of the Collection. (Inherited from Collection<FormPostParameter>.)
Public method Add(String, String) Adds a FormPostParameter created from a parameter name and value.
Public method Add(String, String, Boolean) Adds a FormPostParameter created from a parameter name and value and a value that indicates whether the form post parameter is URL encoded.

Top

See Also

Reference

FormPostParameterCollection Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace