UrlRoutingHandler.VerifyAndProcessRequest Method (IHttpHandler, HttpContextBase)
.NET Framework (current version)
When overridden in a derived class, validates the HTTP handler and performs the steps that are required to process the request.
Assembly: System.Web (in System.Web.dll)
abstract VerifyAndProcessRequest : httpHandler:IHttpHandler * httpContext:HttpContextBase -> unit
Parameters
- httpHandler
-
Type:
System.Web.IHttpHandler
The object that is used to process an HTTP request.
- httpContext
-
Type:
System.Web.HttpContextBase
An object that provides references to the intrinsic server objects (for example, Request, Response, Session, and Server).
.NET Framework
Available since 3.5
Available since 3.5
Show: