Search Results for

    Show / Hide Table of Contents

    Class UriExtensions

    Defines a collection of extensions for objects.

    Inheritance
    System.Object
    UriExtensions
    Namespace: MADE.Networking.Extensions
    Assembly: MADE.Networking.dll
    Syntax
    public static class UriExtensions : object

    Methods

    | Improve this Doc View Source

    GetQueryValue(Uri, String)

    Gets a value from a query in the specified uri with the specified query parameter key.

    Declaration
    public static string GetQueryValue(this Uri uri, string queryParam)
    Parameters
    Type Name Description
    Uri uri

    The to extract a query value from.

    System.String queryParam

    The key of the parameter in the query to extract the value for.

    Returns
    Type Description
    System.String

    The value for the query parameter.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright (c) MADE Apps