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

例外狀況

適用於