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

속성 값

Boolean

이벤트 처리가 완료되었으면true 이고, 완료되지 않았으면 false입니다.

예외

적용 대상