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
url
UriparamName
stringName of the parameter to add.
paramValue
stringValue for the parameter to add.
Returns
- Uri
Url with added parameter.