The query string parameter to change or add if not existing already.
The value for the (new) parameter.
The complete URI or the parameter component part of a URI.
Optional
noHexEnc: booleanDisable hex encoding.
Separate parameter component part from the given URI.
The parameter component part without the question mark.
// Given URL: "https://your.ix-portal.de/page?param1=value1"
ix.api.url.setQsValue("param2", "value2", "https://your.ix-portal.de/page?param1=value1");
// Returns: "param1=value1¶m2=value2"
Sets a specified query string parameter with a given value in a URL string.