HeaderDictionary.GetValues(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 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.