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

適用対象