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

一個提供對內在伺服器物件(例如 Request、 、 ResponseSessionServer和 )的參考的物件。

適用於

另請參閱