Table of Contents

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 Uri
paramName string

Name of the parameter to add.

paramValue string

Value for the parameter to add.

Returns

Uri

Url with added parameter.