HeaderDictionary.GetValues(String) Method

Definition

Get the associated values from the collection without modification.

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

Parameters

key
String

The header name.

Returns

the associated value from the collection without modification, or null if the key is not present.

Implements

Applies to