Click or drag to resize
RegisterPageRouteAttribute Constructor
Creates an instance of the RegisterPageRouteAttribute class.

Namespace: Kentico.Content.Web.Mvc.Routing
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public RegisterPageRouteAttribute(
	string className,
	Type controllerType
)

Parameters

className
Type: SystemString
Class name representing page type of a page.
controllerType
Type: SystemType
Type of the registered page controller.
See Also