UrlRoutingHandler.VerifyAndProcessRequest メソッド

定義

派生クラスでオーバーライドされると、HTTP ハンドラーを検証し、要求を処理するために必要な手順を実行します。

protected:
 abstract void VerifyAndProcessRequest(System::Web::IHttpHandler ^ httpHandler, System::Web::HttpContextBase ^ httpContext);
protected abstract void VerifyAndProcessRequest (System.Web.IHttpHandler httpHandler, System.Web.HttpContextBase httpContext);
abstract member VerifyAndProcessRequest : System.Web.IHttpHandler * System.Web.HttpContextBase -> unit
Protected MustOverride Sub VerifyAndProcessRequest (httpHandler As IHttpHandler, httpContext As HttpContextBase)

パラメーター

httpHandler
IHttpHandler

HTTP 要求の処理に使用されるオブジェクト。

httpContext
HttpContextBase

組み込みのサーバー オブジェクトへの参照を提供するオブジェクト (たとえば、RequestResponseSession、および Server)。

適用対象

こちらもご覧ください