Click or drag to resize
PageRoutingOptionsEnableRouting Property
Indicates whether the URL Routing feature is enabled.

Namespace: Kentico.Content.Web.Mvc.Routing
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public bool EnableRouting { get; set; }

Property Value

Type: Boolean
Remarks
Enabling the Routing feature prepares routes to be mapped once MapRoutes(RouteBuilderExtensionPoint) is called. The property must be set prior to system routes mapping.
See Also