| RegisterPageRouteAttribute Constructor |
Namespace: Kentico.Content.Web.Mvc.RoutingAssembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntaxpublic 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