Click or drag to resize
RouteHandlerWrapperTHttpHandlerGetHttpHandler Method
Retrieves an instance of class implementing IHttpHandler interface, based on the type specified in the constructor.

Namespace: Kentico.Web.Mvc
Assembly: Kentico.Web.Mvc (in Kentico.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public IHttpHandler GetHttpHandler(
	RequestContext requestContext
)

Parameters

requestContext
Type: System.Web.RoutingRequestContext
An object that encapsulates information about the request.

Return Value

Type: IHttpHandler
Returns class that can process a request.

Implements

IRouteHandlerGetHttpHandler(RequestContext)
See Also