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

適用於