RequestCookieCollection.Item Property

Returns null rather than throwing KeyNotFoundException

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

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    key As String _
) As String 
    Get
'Usage
Dim instance As RequestCookieCollection 
Dim key As String 
Dim value As String 

value = instance(key)
public string this[
    string key
] { get; }
public:
property String^ default[String^ key] {
    String^ get (String^ key);
}
member Item : string
JScript supports the use of indexed properties, but not the declaration of new ones.

Parameters

Property Value

Type: System.String

See Also

Reference

RequestCookieCollection Class

Microsoft.Owin Namespace