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 or sets the associated value from the collection as a single string.
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
string this[
string key
] { get; set; }
property String^ default[
String^ key
] {
String^ get(String^ key);
void set(String^ key, String^ value);
}
abstract Item :
key:string -> string with get, set
Property Item (
key As String
) As String
Parameters
key
Type: System.StringThe header name.
Property Value
Type: System.String
the associated value from the collection as a single string or null if the key is not present.
Implements
IReadableStringCollection.Item[String]
See Also
IHeaderDictionary Interface
Microsoft.Owin Namespace
Return to top