Click or drag to resize
RegisterHttpHandlerAttributeGetHttpHandler Method
Provides the Kentico HTTP handler that processes the request.

Namespace: CMS.Routing.Web
Assembly: CMS.Routing.Web (in CMS.Routing.Web.dll) Version: 9.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
A Kentico HTTP handler that processes the request.

Implements

IRouteHandlerGetHttpHandler(RequestContext)
See Also