HeaderDictionary.GetCommaSeparatedValues(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>
override this.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.