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 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 this[
string key
] { get; }
public:
property String^ default[
String^ key
] {
virtual String^ get(String^ key) sealed;
}
abstract Item :
key:string -> string with get
override Item :
key:string -> string with get
Public ReadOnly Property Item (
key As String
) As String
Parameters
- key
Type: System.String
Property Value
Type: System.String
Returns String.
Implements
IReadableStringCollection.Item[String]
See Also
ReadableStringCollection Class
Microsoft.Owin Namespace
Return to top