ReadableStringCollection.GetValues Method (String)
Get the associated values from the collection in their original format. Returns null if the key is not present.
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.String
Return Value
Type: System.Collections.Generic.IList<String>
Returns IList<T>.
Implements
IReadableStringCollection.GetValues(String)
See Also
ReadableStringCollection Class
Microsoft.Owin Namespace
Return to top