This documentation is archived and is not being maintained.

UrlRoutingHandler.IHttpHandler.ProcessRequest Method

Processes an HTTP request that matches a route.

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

No code example is currently available or this language may not be supported.

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

Supported in: 4, 3.5 SP1

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: