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

例外

適用対象