Declaration
public static List<KeyValuePair<string, string>> ParseQueryString(
string input
)
Summary
Parses the specified string as a URL query string. The string is expected to be either empty or start with a
'?'
.
Parameters
string | input |
The string to parse. |
Returns
A list containing the key/value pairs extracted from the string.