Click or drag to resize
BaseRouteConstraint Class
Base class for defining route constraints that must be implemented in order to check whether a URL parameter value is valid for a constraint. Class provides overridable method that is framework agnostic and servers to help avoid dealing with framework specific code when writing a custom route constraint.
Inheritance Hierarchy
SystemObject
  Kentico.Web.Mvc.InternalBaseRouteConstraint
    Kentico.Content.Web.MvcSiteCultureConstraint
    Kentico.Web.Mvc.InternalSiteCultureConstraint

Namespace: Kentico.Web.Mvc.Internal
Assembly: Kentico.Web.Mvc (in Kentico.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public abstract class BaseRouteConstraint : IRouteConstraint

The BaseRouteConstraint type exposes the following members.

Constructors
  NameDescription
Protected methodBaseRouteConstraint
Top
Methods
See Also

Reference

System.Web.RoutingIRouteConstraint