Share via


IReadableStringCollection.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

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

Return Value

Type: System.Collections.Generic.IList<String>

Returns IList<T>.

See Also

IReadableStringCollection Interface
Microsoft.Owin Namespace

Return to top