UrlRoutingHandler.IHttpHandler.ProcessRequest Method (HttpContext)
.NET Framework (current version)
Processes an HTTP request that matches a route.
Assembly: System.Web (in System.Web.dll)
Private Sub ProcessRequest ( context As HttpContext ) Implements IHttpHandler.ProcessRequest
Parameters
- context
-
Type:
System.Web.HttpContext
An object that provides references to the intrinsic server objects (for example, Request, Response, Session, and Server).
Implements
IHttpHandler.ProcessRequest(HttpContext)This member is an explicit interface member implementation. It can be used only when the UrlRoutingHandler instance is cast to an IHttpHandler interface.
.NET Framework
Available since 3.5
Available since 3.5
Show: