HttpContext.IsDebuggingEnabled Proprietà

Definizione

Restituisce un valore che indica se la richiesta HTTP corrente è in modalità di debug.

public:
 property bool IsDebuggingEnabled { bool get(); };
public bool IsDebuggingEnabled { get; }
member this.IsDebuggingEnabled : bool
Public ReadOnly Property IsDebuggingEnabled As Boolean

Valore della proprietà

true se la richiesta è in modalità di debug; in caso contrario, false.

Si applica a