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

例外狀況

適用於