Click or drag to resize
PageRoutingOptionsEnableAlternativeUrls Property
Indicates whether the Alternative URLs 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 EnableAlternativeUrls { get; set; }

Property Value

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