HttpContextBase.IsPostNotification 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在衍生類別中受到覆寫時,取得表示 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
。