MvcRouteHandler::GetHttpHandler Method (RequestContext^)

 

Returns the HTTP handler by using the specified HTTP context.

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

protected:
virtual IHttpHandler^ GetHttpHandler(
	RequestContext^ requestContext
)

Parameters

requestContext
Type: System.Web.Routing::RequestContext^

The request context.

Return Value

Type: System.Web::IHttpHandler^

The HTTP handler.

Return to top
Show: