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

속성 값

Boolean

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

예외

적용 대상