HttpContextBase.CurrentHandler プロパティ

定義

派生クラスでオーバーライドされるとき、現在実行中のハンドラーを表す IHttpHandler オブジェクトを取得します。

public:
 virtual property System::Web::IHttpHandler ^ CurrentHandler { System::Web::IHttpHandler ^ get(); };
public virtual System.Web.IHttpHandler CurrentHandler { get; }
member this.CurrentHandler : System.Web.IHttpHandler
Public Overridable ReadOnly Property CurrentHandler As IHttpHandler

プロパティ値

現在実行中のハンドラーを表すオブジェクト。

例外

適用対象