Table of Contents

Method ImportCookieString

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

ImportCookieString(string)

Imports key-value pairs from a cookie string into the StringKeyStore. The query string should be in the format of "key1=value1; key2=value2".

public void ImportCookieString(string queryString)

Parameters

queryString string

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