ErrorPageOptions.ShowHeaders Property
Enables the enumeration of the request headers.
Namespace: Microsoft.Owin.Diagnostics
Assembly: Microsoft.Owin.Diagnostics (in Microsoft.Owin.Diagnostics.dll)
Syntax
public bool ShowHeaders { get; set; }
public:
property bool ShowHeaders {
bool get();
void set(bool value);
}
member ShowHeaders : bool with get, set
Public Property ShowHeaders As Boolean
Property Value
Type: System.Boolean
Returns Boolean.
See Also
ErrorPageOptions Class
Microsoft.Owin.Diagnostics Namespace
Return to top