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

예외

적용 대상