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

屬性值

Boolean

如果事件已處理完成,則為 true;否則為 false

例外狀況

適用於