UrlRoutingHandler.ProcessRequest Method (HttpContextBase)

 

Processes an HTTP request that matches a route.

Namespace:   System.Web.Routing
Assembly:  System.Web (in System.Web.dll)

Protected Overridable Sub ProcessRequest (
	httpContext As HttpContextBase
)

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
Return to top
Show: