StopRoutingHandler::IRouteHandler::GetHttpHandler Method (RequestContext^)
.NET Framework (current version)
Returns the object that processes the request.
Assembly: System.Web (in System.Web.dll)
private: virtual IHttpHandler^ GetHttpHandler( RequestContext^ requestContext ) sealed = IRouteHandler::GetHttpHandler
Parameters
- requestContext
-
Type:
System.Web.Routing::RequestContext^
An object that encapsulates information about the request.
This member is an explicit interface member implementation. It can be used only when the StopRoutingHandler instance is cast to an IRouteHandler interface.
.NET Framework
Available since 3.5
Available since 3.5
Show: