Method FromNameValueCollection
FromNameValueCollection(NameValueCollection)
Creates a new instance of the StringKeyStore from a NameValueCollection.
public static StringKeyStore FromNameValueCollection(NameValueCollection collection)
Parameters
collection
NameValueCollectionThe NameValueCollection containing the key-value pairs to import.
Returns
- StringKeyStore
A new StringKeyStore populated with the key-value pairs from the query string.