Class UriBuilderExtensions
Extension methods for the UrlBuilder class
Inheritance
System.Object
UriBuilderExtensions
Namespace: ImageVault.Common.Lib.Web
Assembly: ImageVault.Common.dll
Syntax
public static class UriBuilderExtensions : Object
Methods
SetQueryParam(UriBuilder, String, String)
Sets the specified query parameter key-value pair of the URI. If the key already exists, the value is overwritten.
Declaration
public static UriBuilder SetQueryParam(this UriBuilder uri, string key, string value)
Parameters
Type | Name | Description |
---|---|---|
System.UriBuilder | uri | |
System.String | key | |
System.String | value |
Returns
Type | Description |
---|---|
System.UriBuilder |