UrlRoutingHandler.ProcessRequest Method (HttpContextBase)
.NET Framework (current version)
Processes an HTTP request that matches a route.
Assembly: System.Web (in System.Web.dll)
abstract ProcessRequest : httpContext:HttpContextBase -> unit override ProcessRequest : httpContext:HttpContextBase -> unit
Parameters
- httpContext
-
Type:
System.Web.HttpContextBase
An object that provides references to the intrinsic server objects (for example, Request, Response, Session, and Server).
| Exception | Condition |
|---|---|
| HttpException | The request does not match any route. |
| InvalidOperationException | No handler is defined for the route. |
.NET Framework
Available since 3.5
Available since 3.5
Show: