HttpContextBase.PreviousHandler プロパティ

定義

派生クラスでオーバーライドされた場合に、親ハンドラーの IHttpHandler オブジェクトを取得します。

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

プロパティ値

IHttpHandler

親ハンドラーを表す IHttpHandler オブジェクト、または親ハンドラーが見つからなかった場合は null

例外

適用対象