1 implementation of SelectCandidates
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\ActionSelector.cs (1)
63
public IReadOnlyList<ActionDescriptor>
SelectCandidates
(RouteContext context)
2 references to SelectCandidates
Microsoft.AspNetCore.Mvc.Core (2)
Infrastructure\IActionSelector.cs (1)
48
/// Used by conventional routing after calling <see cref="
SelectCandidates
"/> to apply action constraints and
Routing\MvcRouteHandler.cs (1)
43
var candidates = _actionSelector.
SelectCandidates
(context);