Uri.removeQueryKey

Remove an entry from the query table by key.

class Uri
bool
removeQueryKey
(
string queryKey
)

Parameters

queryKey string

The key to remove.

Return Value

Type: bool

%TRUE if the key existed in the table and was removed.

Meta