StopRoutingHandler::IRouteHandler::GetHttpHandler Method (RequestContext^)

 

Returns the object that processes the request.

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

Return Value

Type: System.Web::IHttpHandler^

An object that processes 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
Return to top
Show: