Decodes an encoded URL parameter or query-string key.
The encoded key name.
The decoded key name.
Decodes an encoded URL parameter or query-string value.
The encoded value.
The decoded value.
Encodes a key name for a URL parameter or query-string.
The key name.
The encoded key name.
Encodes the value of a URL parameter or query-string.
The value.
The encoded value.
Provides encoding and decoding of URL parameter and query-string values.
Serializes and parses URL parameter keys and values to encode and decode them. If you pass URL query parameters without encoding, the query parameters can be misinterpreted at the receiving end.