Click or drag to resize
SiteCultureConstraint Class
Route constraint restricting the culture parameter to cultures allowed by the site.
Inheritance Hierarchy
SystemObject
  Kentico.Web.Mvc.InternalSiteCultureConstraint

Namespace: Kentico.Web.Mvc.Internal
Assembly: Kentico.Web.Mvc (in Kentico.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public class SiteCultureConstraint : IRouteConstraint

The SiteCultureConstraint type exposes the following members.

Constructors
  NameDescription
Public methodSiteCultureConstraint
Top
Methods
  NameDescription
Public methodMatch
Determines whether the URL parameter contains an allowed culture name for this constraint.
Top
See Also