UrlRoutingHandler.VerifyAndProcessRequest Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When overridden in a derived class, validates the HTTP handler and performs the steps that are required to process the request.
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)
Parameters
- httpHandler
- IHttpHandler
The object that is used to process an HTTP request.
- httpContext
- HttpContextBase
An object that provides references to the intrinsic server objects (for example, Request, Response, Session, and Server).
Applies to
See also
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.