Table of Contents

Method FromNameValueCollection

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

FromNameValueCollection(NameValueCollection)

Creates a new instance of the StringKeyStoreCollection from a NameValueCollection.

public static StringKeyStoreCollection FromNameValueCollection(NameValueCollection collection)

Parameters

collection NameValueCollection

The NameValueCollection containing the key-value pairs to import.

Returns

StringKeyStoreCollection

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