HttpContext.PreviousHandler プロパティ

定義

親ハンドラーの IHttpHandler オブジェクトを取得します。

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

プロパティ値

IHttpHandler

IHttpHandler インスタンス。以前のハンドラーが見つからなかった場合は null

注釈

このプロパティは PreviousHandler 、現在の要求が実行される前の最後のハンドラーに対応します。

適用対象

こちらもご覧ください