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 (String^, String^)

 

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

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

public:
FormPostParameter(
	String^ name,
	String^ value
)

Parameters

name
Type: System::String^

The form post parameter name.

value
Type: System::String^

The form post parameter value.

This constructor sets UrlEncode to true. The Name and Value properties are initialized with empty strings.

Return to top
Show: