Table of Contents

Method ImportQueryString

Namespace
Sisk.Core.Entity
Assembly
Sisk.Core.dll

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 string

The query string containing the key-value pairs to import.