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

適用於