HttpContext.IsDebuggingEnabled Propiedad
Definición
Obtiene un valor que indica si la solicitud HTTP actual está en modo de depuración.Gets a value indicating whether the current HTTP request is in debug mode.
public:
property bool IsDebuggingEnabled { bool get(); };
public bool IsDebuggingEnabled { get; }
member this.IsDebuggingEnabled : bool
Public ReadOnly Property IsDebuggingEnabled As Boolean
Valor de propiedad
Es true
si la solicitud está en modo de depuración; en caso contrario, es false
.true
if the request is in debug mode; otherwise, false
.