HttpContextBase.IsPostNotification 属性

定义

在派生类中重写时,获取一个值,该值指示 HttpApplication 事件是否已完成处理。When overridden in a derived class, gets a value that indicates whether an HttpApplication event has finished processing.

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;否则为 falsetrue if the event has finished processing; otherwise, false.

例外

始终。Always.

适用于