PageRoutingOptionsCultureCodeRouteValuesKey Property |
Key in the route values dictionary where the culture code for the currently routed page is stored.
Namespace: Kentico.Content.Web.Mvc.RoutingAssembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax public string CultureCodeRouteValuesKey { get; set; }
Property Value
Type:
StringRemarks
Key under which the culture code of the automatically routed page is stored in the RouteValueDictionary.
Use this setting when you need to handle culture in the URLs of your custom routes.
See Also