Click or drag to resize
BaseDocumentConstraintSwitchToRouteCulture Property
If true (default), the routing behaves the same way as URL path = switches the current culture to the route culture

Namespace: CMS.URLRewritingEngine
Assembly: CMS.URLRewritingEngine (in CMS.URLRewritingEngine.dll) Version: 9.0.0
Syntax
C#
public bool SwitchToRouteCulture { get; set; }

Property Value

Type: Boolean
See Also