The URL string from which to extract query parameters. If the string does not contain a query part, it is treated as the query string itself.
Optional
uriDecodeMethod: TUriDecodeFunction(Optional) A function to decode URI components. If provided, both parameter names and values will be decoded using this method.
An object mapping parameter names to their corresponding values, or undefined
if a parameter has no value.
Parses the query parameters from a given URL string and returns them as an object.