Share via


ErrorPageOptions.ShowAll Property

 

Returns a new instance of ErrorPageOptions with all visibility options enabled by default.

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

Syntax

public static ErrorPageOptions ShowAll { get; }
public:
property ErrorPageOptions^ ShowAll {
    static ErrorPageOptions^ get();
}
static member ShowAll : ErrorPageOptions with get
Public Shared ReadOnly Property ShowAll As ErrorPageOptions

Property Value

Type: Microsoft.Owin.Diagnostics.ErrorPageOptions

Returns ErrorPageOptions.

See Also

ErrorPageOptions Class
Microsoft.Owin.Diagnostics Namespace

Return to top