ErrorPageOptions.ShowEnvironment Property
Enables the enumeration of the OWIN environment values.
Namespace: Microsoft.Owin.Diagnostics
Assembly: Microsoft.Owin.Diagnostics (in Microsoft.Owin.Diagnostics.dll)
public bool ShowEnvironment { get; set; }
public:
property bool ShowEnvironment {
bool get();
void set(bool value);
}
member ShowEnvironment : bool with get, set
Public Property ShowEnvironment As Boolean
Type: System.Boolean
Returns Boolean.
ErrorPageOptions Class
Microsoft.Owin.Diagnostics Namespace
Return to top