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 in their original format. Returns null if the key is not present.
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
IList<string> GetValues(
string key
)
IList<String^>^ GetValues(
String^ key
)
abstract GetValues :
key:string -> IList<string>
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>.
See Also
IReadableStringCollection Interface
Microsoft.Owin Namespace
Return to top