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

適用対象