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