HttpContext.IsDebuggingEnabled 속성

정의

현재 HTTP 요청이 디버그 모드인지 여부를 나타내는 값을 가져옵니다.

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

속성 값

Boolean

요청이 디버그 모드이면 true이고, 그렇지 않으면 false입니다.

적용 대상