Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Appends a key-value pair of parameters to the query string.
Srch.U.appendUrlParameter(url, keyAndValue)
Return value
A new URL with the appended key-value pair.
Parameters
url
URL to which to the parameters should be appended.keyAndValue
The key-value pair to append.