1 implementation of SelectBestCandidate
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\ActionSelector.cs (1)
79
public ActionDescriptor?
SelectBestCandidate
(RouteContext context, IReadOnlyList<ActionDescriptor> candidates)
2 references to SelectBestCandidate
Microsoft.AspNetCore.Mvc.Core (2)
Routing\MvcAttributeRouteHandler.cs (1)
54
var actionDescriptor = _actionSelector.
SelectBestCandidate
(context, Actions);
Routing\MvcRouteHandler.cs (1)
50
var actionDescriptor = _actionSelector.
SelectBestCandidate
(context, candidates);