Method AddParameter
- Namespace
- DisCatSharp
- Assembly
- DisCatSharp.dll
AddParameter(Uri, string, string)
Adds the specified parameter to the Query String.
public static Uri AddParameter(this Uri url, string paramName, string paramValue)
Parameters
urlUriparamNamestringName of the parameter to add.
paramValuestringValue for the parameter to add.
Returns
- Uri
Url with added parameter.