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.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
| Name | Description | |
|---|---|---|
![]() | Add(T) | (Inherited from Collection<T>.) |
![]() | Add(String^, String^) | Adds a FormPostParameter created from a parameter name and value. |
![]() | 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. |
Show:
