Click or drag to resize
PageRoutingOptions Class
Options configuring the URL routing features.
Inheritance Hierarchy
SystemObject
  Kentico.Content.Web.Mvc.RoutingPageRoutingOptions

Namespace: Kentico.Content.Web.Mvc.Routing
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public class PageRoutingOptions

The PageRoutingOptions type exposes the following members.

Constructors
  NameDescription
Public methodPageRoutingOptions
Top
Properties
  NameDescription
Public propertyCultureCodeRouteValuesKey
Key in the route values dictionary where the culture code for the currently routed page is stored.
Public propertyEnableAlternativeUrls
Indicates whether the Alternative URLs feature is enabled.
Public propertyEnableRouting
Indicates whether the URL Routing feature is enabled.
Top
See Also