HttpContext.IsDebuggingEnabled 속성

정의

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

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

속성 값

true요청이 디버그 모드인 경우 그렇지 않으면 . false

적용 대상