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

例外

適用対象