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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.