HttpContextBase.IsPostNotification プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
派生クラスでオーバーライドされた場合に、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
。