ReadableStringCollection.Get Method (String)

 

Get the associated value from the collection. Multiple values will be merged. Returns null if the key is not present.

Namespace:   Microsoft.Owin
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

Syntax

public string Get(
    string key
)
public:
virtual String^ Get(
    String^ key
) sealed
abstract Get : 
        key:string -> string
override Get : 
        key:string -> string
Public Function Get (
    key As String
) As String

Parameters

Return Value

Type: System.String

Returns String.

Implements

IReadableStringCollection.Get(String)

See Also

ReadableStringCollection Class
Microsoft.Owin Namespace

Return to top