Provides a means for parsing and building a set of parameters.

In other languages, dictionaries are not reliable for retaining the order of stored values. So for certainty and flexibility we use an ordered dictionary as a base class.

Hierarchy

Constructors

Methods

  • Returns the encoded URI string

    Parameters

    • Optional prefixIfNotEmpty: boolean

    Returns string

  • Property parses the components of an URI into their values or array of values.

    Returns

    Parameters

    • values: string
    • deserialize: boolean = true
    • decodeValues: boolean = true

    Returns QueryBuilder

Generated using TypeDoc