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.

FormPostParameter Constructor

 

Initializes a new instance of the FormPostParameter object.

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

NameDescription
System_CAPS_pubmethodFormPostParameter()

Initializes a new instance of the FormPostParameter object.

System_CAPS_pubmethodFormPostParameter(String^, String^)

Initializes a new instance of the FormPostParameter object with a name/value pair.

System_CAPS_pubmethodFormPostParameter(String^, String^, Boolean)

Initializes a new instance of the FormPostParameter object with a form post parameter name/value pair and a Boolean value that indicates whether the FormPost Parameter is URL encoded.

Return to top
Show: