HttpContext.IsDebuggingEnabled Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob sich die aktuelle HTTP-Anforderung im Debugmodus befindet.

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

Eigenschaftswert

true, wenn sich die Anforderung im Debugmodus befindet, andernfalls false.

Gilt für: