HttpContextBase.IsCustomErrorEnabled プロパティ

定義

派生クラスでオーバーライドされた場合、現在の HTTP 要求についてカスタム エラーが有効になっているかどうかを示す値を取得します。

public:
 virtual property bool IsCustomErrorEnabled { bool get(); };
public virtual bool IsCustomErrorEnabled { get; }
member this.IsCustomErrorEnabled : bool
Public Overridable ReadOnly Property IsCustomErrorEnabled As Boolean

プロパティ値

カスタム エラーが有効な場合は true。それ以外の場合は false

例外

適用対象