Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

FormPostParameterCollection::Add Method

 

Adds a FormPostParameter to the collection.

Namespace:   Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

NameDescription
System_CAPS_pubmethodAdd(T)

(Inherited from Collection<T>.)

System_CAPS_pubmethodAdd(String^, String^)

Adds a FormPostParameter created from a parameter name and value.

System_CAPS_pubmethodAdd(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.

Return to top
Show: