HttpContextWrapper.IsDebuggingEnabled 屬性

定義

會獲得一個值,指示目前 HTTP 請求是否處於除錯模式。

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

屬性值

true如果請求處於除錯模式;否則,。 false

適用於