Class WebPageRoutingOptions
Options configuring the URL routing features.
public class WebPageRoutingOptions
- Inheritance
-
objectWebPageRoutingOptions
- Extension Methods
Fields
LANGUAGE_ROUTE_VALUE_KEY
Default value of the language name route key.
public const string LANGUAGE_ROUTE_VALUE_KEY = "kxpLanguage"
Field Value
- string
Properties
LanguageNameRouteValuesKey
Key in the route values dictionary where the language name for the currently routed web page is stored.
public string LanguageNameRouteValuesKey { get; set; }
Property Value
- string
Remarks
Key under which the language name of the automatically routed web page is stored in the Microsoft.AspNetCore.Routing.RouteValueDictionary. Use this setting when you need to handle language in the URLs of your custom routes. Default value is LANGUAGE_ROUTE_VALUE_KEY.