Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: List<KeyValuePair<string, string>> ParseQueryString(string)

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

stringinput The string to parse.

Returns

A list containing the key/value pairs extracted from the string.