IHeaderDictionary.GetCommaSeparatedValues(String) Method

Definition

Get the associated values from the collection separated into individual values. Quoted values will not be split, and the quotes will be removed.

public System.Collections.Generic.IList<string> GetCommaSeparatedValues (string key);
abstract member GetCommaSeparatedValues : string -> System.Collections.Generic.IList<string>
Public Function GetCommaSeparatedValues (key As String) As IList(Of String)

Parameters

key
String

The header name.

Returns

the associated values from the collection separated into individual values, or null if the key is not present.

Applies to