Search Results for

    Show / Hide Table of Contents

    Class UriBuilderExtensions

    Extension methods for the UrlBuilder class

    Inheritance
    System.Object
    UriBuilderExtensions
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: ImageVault.Common.Lib.Web
    Assembly: ImageVault.Common.dll
    Syntax
    public static class UriBuilderExtensions

    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
    In This Article
    Back to top (c) Meriworks 2002-2022