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

'Declaration
Public Property ShowSourceCode As Boolean 
    Get 
    Set
'Usage
Dim instance As ErrorPageOptions 
Dim value As Boolean 

value = instance.ShowSourceCode

instance.ShowSourceCode = value
public bool ShowSourceCode { get; set; }
public:
property bool ShowSourceCode {
    bool get ();
    void set (bool value);
}
member ShowSourceCode : bool with get, set
function get ShowSourceCode () : boolean 
function set ShowSourceCode (value : boolean)

Property Value

Type: System.Boolean

See Also

Reference

ErrorPageOptions Class

Microsoft.Owin.Diagnostics Namespace