Share via


HeaderDictionary.Get Method (String)

 

Get the associated value from the collection as a single string.

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

the associated value from the collection as a single string or null if the key is not present.

Implements

IReadableStringCollection.Get(String)

See Also

HeaderDictionary Class
Microsoft.Owin Namespace

Return to top