UrlRoutingHandler.VerifyAndProcessRequest 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當在衍生類別中覆寫時,會驗證 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、 、 ResponseSession、 Server和 )的參考的物件。