Get whether or not there any query parameters in this URLQuery.
Get the value of the query parameter with the provided name. If no parameter exists with the provided parameter name, then undefined will be returned.
Get the keys of the query string.
Set a query parameter with the provided name and value. If the parameterValue is undefined or empty, then this will attempt to remove an existing query parameter with the provided parameterName.
Get the string representation of this query. The return value will not start with a "?".
Parse a URLQuery from the provided text.
Generated using TypeDoc
A class that handles the query portion of a URLBuilder.