3 instantiations of ActionConstraintContext
Microsoft.AspNetCore.Mvc.Core (3)
ConsumesAttribute.cs (1)
203
var tempContext = new
ActionConstraintContext
()
Infrastructure\ActionSelector.cs (1)
182
var constraintContext = new
ActionConstraintContext
Routing\ActionConstraintMatcherPolicy.cs (1)
194
var constraintContext = new
ActionConstraintContext
9 references to ActionConstraintContext
Microsoft.AspNetCore.Mvc.Abstractions (2)
ActionConstraints\IActionConstraint.cs (2)
51
/// <param name="context">The <see cref="
ActionConstraintContext
"/>.</param>
53
bool Accept(
ActionConstraintContext
context);
Microsoft.AspNetCore.Mvc.Core (6)
ActionConstraints\ActionMethodSelectorAttribute.cs (1)
20
public bool Accept(
ActionConstraintContext
context)
ActionConstraints\HttpMethodActionConstraint.cs (1)
59
public virtual bool Accept(
ActionConstraintContext
context)
ConsumesAttribute.cs (2)
149
public bool Accept(
ActionConstraintContext
context)
203
var
tempContext = new ActionConstraintContext()
Infrastructure\ActionSelector.cs (1)
182
var
constraintContext = new ActionConstraintContext
Routing\ActionConstraintMatcherPolicy.cs (1)
194
var
constraintContext = new ActionConstraintContext
Microsoft.AspNetCore.Mvc.Cors (1)
CorsHttpMethodActionConstraint.cs (1)
20
public override bool Accept(
ActionConstraintContext
context)