Table of Contents

Method FromQueryString

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

FromQueryString(string)

Creates a new instance of the StringKeyStore from a query string. The query string should be in the format of "key1=value1&key2=value2".

public static StringKeyStore FromQueryString(string queryString)

Parameters

queryString string

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

Returns

StringKeyStore

A new StringKeyStore populated with the key-value pairs from the query string.