UrlRoutingHandler::IHttpHandler::ProcessRequest Method (HttpContext^)
.NET Framework (current version)
Processes an HTTP request that matches a route.
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
Available since 3.5
Show: