다음을 통해 공유


HttpContextWrapper.IsPostNotification 속성

정의

HttpApplication 이벤트가 처리를 완료했는지 여부를 나타내는 값을 가져옵니다.

public:
 virtual property bool IsPostNotification { bool get(); };
public override bool IsPostNotification { get; }
member this.IsPostNotification : bool
Public Overrides ReadOnly Property IsPostNotification As Boolean

속성 값

Boolean

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

적용 대상