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.
Returns null rather than throwing KeyNotFoundException
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
public string this[
string key
] { get; }
public:
property String^ default[
String^ key
] {
String^ get(String^ key);
}
member 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.
See Also
RequestCookieCollection Class
Microsoft.Owin Namespace
Return to top