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

속성 값

true이벤트가 처리를 완료했으면 그렇지 않으면 . false

적용 대상