Method ImportQueryString
ImportQueryString(string)
Imports key-value pairs from a query string into the StringKeyStore. The query string should be in the format of "key1=value1&key2=value2".
public void ImportQueryString(string queryString)
Parameters
queryString
stringThe query string containing the key-value pairs to import.