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:
virtual void ProcessRequest(
	HttpContext^ context
) sealed = 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: