HttpContextBase.IsDebuggingEnabled 속성

정의

파생 클래스에서 재정의되는 경우 현재 HTTP 요청이 디버그 모드에 있는지 여부를 나타내는 값을 가져옵니다.

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

속성 값

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

예외

적용 대상