Share via


HttpContextWrapper.IsPostNotification プロパティ

定義

HttpApplication イベントが処理を終了したかどうかを示す値を取得します。

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

プロパティ値

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

適用対象