Table of Contents

Class WebPageRoutingOptions

Namespace
Kentico.Content.Web.Mvc.Routing
Assembly
Kentico.Content.Web.Mvc.dll

Options configuring the URL routing features.

public class WebPageRoutingOptions
Inheritance
object
WebPageRoutingOptions
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.