1 interface inheriting from IActionConstraint
Microsoft.AspNetCore.Mvc.Core (1)
2 implementations of IActionConstraint
Microsoft.AspNetCore.Mvc.Core (2)
41 references to IActionConstraint
Microsoft.AspNetCore.Mvc.Abstractions (15)
Microsoft.AspNetCore.Mvc.Core (26)
_generated\0\LoggerMessage.g.cs (3)
543private static readonly global::System.Action<global::Microsoft.Extensions.Logging.ILogger, string?, string, global::Microsoft.AspNetCore.Mvc.ActionConstraints.IActionConstraint, global::System.Exception?> __ConstraintMismatchCallback =
544global::Microsoft.Extensions.Logging.LoggerMessage.Define<string?, string, global::Microsoft.AspNetCore.Mvc.ActionConstraints.IActionConstraint>(global::Microsoft.Extensions.Logging.LogLevel.Debug, new global::Microsoft.Extensions.Logging.EventId(2, "ConstraintMismatch"), "Action '{ActionName}' with id '{ActionId}' did not match the constraint '{ActionConstraint}'", new global::Microsoft.Extensions.Logging.LogDefineOptions() { SkipEnabledCheck = true });
551public static partial void ConstraintMismatch(global::Microsoft.Extensions.Logging.ILogger logger, string? actionName, string actionId, global::Microsoft.AspNetCore.Mvc.ActionConstraints.IActionConstraint actionConstraint)