2 references to KnownRouteValueConstraint
Microsoft.AspNetCore.Mvc.Core (2)
DependencyInjection\MvcCoreRouteOptionsSetup.cs (1)
23options.ConstraintMap.Add("exists", typeof(KnownRouteValueConstraint));
Routing\KnownRouteValueConstraint.cs (1)
23/// Initializes an instance of <see cref="KnownRouteValueConstraint"/>.