Share via


ErrorPageOptions.ShowSourceCode Property

 

Enabled the display of local source code around exception stack frames.

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

Syntax

public bool ShowSourceCode { get; set; }
public:
property bool ShowSourceCode {
    bool get();
    void set(bool value);
}
member ShowSourceCode : bool with get, set
Public Property ShowSourceCode As Boolean

Property Value

Type: System.Boolean

Returns Boolean.

See Also

ErrorPageOptions Class
Microsoft.Owin.Diagnostics Namespace

Return to top