Share via


HttpContextBase.IsPostNotification プロパティ

定義

派生クラスでオーバーライドされた場合に、HttpApplication イベントが処理を終了したかどうかを示す値を取得します。

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

プロパティ値

イベントが処理を終了した場合は、true。それ以外の場合は、false

例外

適用対象