FormPostParameterCollection.Add Method
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
Add(String, String) | |
Add(String, String, Boolean) |
Add(String, String)
public:
void Add(System::String ^ parameterName, System::String ^ parameterValue);
public void Add (string parameterName, string parameterValue);
override this.Add : string * string -> unit
Public Sub Add (parameterName As String, parameterValue As String)
Parameters
- parameterName
- String
- parameterValue
- String
Applies to
Add(String, String, Boolean)
public:
void Add(System::String ^ parameterName, System::String ^ parameterValue, bool urlEncode);
public void Add (string parameterName, string parameterValue, bool urlEncode);
override this.Add : string * string * bool -> unit
Public Sub Add (parameterName As String, parameterValue As String, urlEncode As Boolean)
Parameters
- parameterName
- String
- parameterValue
- String
- urlEncode
- Boolean