次の方法で共有


HttpContextWrapper.CurrentNotification プロパティ

定義

処理中の現在の HttpApplication イベントを示す RequestNotification 値を取得します。

public:
 virtual property System::Web::RequestNotification CurrentNotification { System::Web::RequestNotification get(); };
public override System.Web.RequestNotification CurrentNotification { get; }
member this.CurrentNotification : System.Web.RequestNotification
Public Overrides ReadOnly Property CurrentNotification As RequestNotification

プロパティ値

RequestNotification 値のいずれか 1 つ。

適用対象