HttpContext.IsCustomErrorEnabled プロパティ

定義

現在の HTTP 要求に対してカスタム エラーが有効かどうかを示す値を取得します。

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

プロパティ値

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

適用対象