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