共用方式為


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

適用於