Method | Description | |
---|---|---|
AddParameter ( this uri, string key, string value ) : |
Adds parameter to a uri.
|
|
ToStringWithoutSlash ( this uri ) : string |
Output URI as a string without a slash at the end of the path
|
public static AddParameter ( this uri, string key, string value ) : |
||
uri | this | |
key | string | Key of the parameter to add. |
value | string | Value of the parameter to add. |
return |
public static ToStringWithoutSlash ( this uri ) : string | ||
uri | this | |
return | string |