ErrorPageOptions.ShowCookies Property
Enables the enumeration of any parsed request cookies.
Namespace: Microsoft.Owin.Diagnostics
Assembly: Microsoft.Owin.Diagnostics (in Microsoft.Owin.Diagnostics.dll)
Syntax
'Declaration
Public Property ShowCookies As Boolean
Get
Set
'Usage
Dim instance As ErrorPageOptions
Dim value As Boolean
value = instance.ShowCookies
instance.ShowCookies = value
public bool ShowCookies { get; set; }
public:
property bool ShowCookies {
bool get ();
void set (bool value);
}
member ShowCookies : bool with get, set
function get ShowCookies () : boolean
function set ShowCookies (value : boolean)
Property Value
Type: System.Boolean
Returns Boolean.