FormPostParameter Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
FormPostParameter()
public:
FormPostParameter();
public FormPostParameter();
Public Sub New ()
Applies to
FormPostParameter(String, String)
public:
FormPostParameter(System::String ^ name, System::String ^ value);
public FormPostParameter(string name, string value);
new Microsoft.VisualStudio.TestTools.WebTesting.FormPostParameter : string * string -> Microsoft.VisualStudio.TestTools.WebTesting.FormPostParameter
Public Sub New (name As String, value As String)
Parameters
- name
- String
- value
- String
Applies to
FormPostParameter(String, String, Boolean)
public:
FormPostParameter(System::String ^ name, System::String ^ value, bool urlEncode);
public FormPostParameter(string name, string value, bool urlEncode);
new Microsoft.VisualStudio.TestTools.WebTesting.FormPostParameter : string * string * bool -> Microsoft.VisualStudio.TestTools.WebTesting.FormPostParameter
Public Sub New (name As String, value As String, urlEncode As Boolean)
Parameters
- name
- String
- value
- String
- urlEncode
- Boolean