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

適用於