Method Set
Set(KeyValuePair<string, string[]>)
Sets the value associated with the specified key, replacing any existing values.
public void Set(KeyValuePair<string, string[]> item)
Parameters
itemKeyValuePair<string, string[]>The key-value pair to add, where the key is associated with an array of values.
Set(string, string)
Sets the value associated with the specified key, replacing any existing values.
public void Set(string key, string value)
Parameters
Set(string, IEnumerable<string>)
Sets the collection of values associated with the specified key, replacing any existing values.
public void Set(string key, IEnumerable<string> value)
Parameters
keystringThe key for which to set the values.
valueIEnumerable<string>The collection of values to associate with the key.
English
Русский
Português
Español
Deutsch
中文 (简体)
日本語