Share via


HeaderDictionary.Keys Property

 

Gets an ICollection that contains the keys in the HeaderDictionary ;.

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

Syntax

public ICollection<string> Keys { get; }
public:
property ICollection<String^>^ Keys {
    virtual ICollection<String^>^ get() sealed;
}
abstract Keys : ICollection<string> with get
override Keys : ICollection<string> with get
Public ReadOnly Property Keys As ICollection(Of String)

Property Value

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

An ICollection that contains the keys in the HeaderDictionary.

Implements

IDictionary<TKey, TValue>.Keys

See Also

HeaderDictionary Class
Microsoft.Owin Namespace

Return to top