Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Get the associated values from the collection without modification.
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
public IList<string> GetValues(
string key
)
public:
virtual IList<String^>^ GetValues(
String^ key
) sealed
abstract GetValues :
key:string -> IList<string>
override GetValues :
key:string -> IList<string>
Public Function GetValues (
key As String
) As IList(Of String)
Parameters
key
Type: System.StringThe header name.
Return Value
Type: System.Collections.Generic.IList<String>
the associated value from the collection without modification, or null if the key is not present.
Implements
IReadableStringCollection.GetValues(String)
See Also
HeaderDictionary Class
Microsoft.Owin Namespace
Return to top