Click or drag to resize
RegisterHttpHandlerAttribute Constructor
Initializes a new instance of the RegisterHttpHandlerAttribute class.

Namespace: CMS.Routing.Web
Assembly: CMS.Routing.Web (in CMS.Routing.Web.dll) Version: 9.0.0
Syntax
C#
public RegisterHttpHandlerAttribute(
	string routeTemplate,
	Type handlerType
)

Parameters

routeTemplate
Type: SystemString
The route template.
handlerType
Type: SystemType
The type of a Kentico HTTP handler.
See Also