UrlRoutingHandler.IHttpHandler.ProcessRequest Method (HttpContext)

 

Processes an HTTP request that matches a route.

Namespace:   System.Web.Routing
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).

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