@tsdotnet/uri - v1.1.0
    Preparing search index...

    Class QueryBuilder

    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

    Index

    Constructors

    Methods

    • Returns the encoded URI string

      Parameters

      • OptionalprefixIfNotEmpty: boolean

      Returns string

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

      Parameters

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

      Returns QueryBuilder

    • Adds a key+value to the query.

      Parameters

      Returns this

    • Returns a string representation of an object.

      Returns string