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

属性值

如果该事件已完成处理,则为 true;否则为 false

例外

适用于