HttpContext.IsDebuggingEnabled Eigenschap

Definitie

Hiermee wordt een waarde opgehaald die aangeeft of de huidige HTTP-aanvraag zich in de foutopsporingsmodus bevindt.

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

Waarde van eigenschap

true als de aanvraag zich in de foutopsporingsmodus bevindt; anders, false.

Van toepassing op