Implemented interface member:
method
SelectBestCandidate
Microsoft.AspNetCore.Mvc.Infrastructure.IActionSelector.SelectBestCandidate(Microsoft.AspNetCore.Routing.RouteContext, System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Mvc.Abstractions.ActionDescriptor>)
12 references to SelectBestCandidate
Microsoft.AspNetCore.Mvc.Core.Test (12)
Infrastructure\ActionSelectorTest.cs (12)
511
Assert.Throws<AmbiguousActionException>(() => { selector.
SelectBestCandidate
(routeContext, actions); });
543
var action = selector.
SelectBestCandidate
(context, actions);
575
var action = selector.
SelectBestCandidate
(context, actions);
609
var action = selector.
SelectBestCandidate
(context, actions);
641
var action = selector.
SelectBestCandidate
(context, actions);
667
var action = selector.
SelectBestCandidate
(context, actions);
697
var action = selector.
SelectBestCandidate
(context, actions);
730
var action = selector.
SelectBestCandidate
(context, actions);
767
var action = selector.
SelectBestCandidate
(context, actions);
805
var action = selector.
SelectBestCandidate
(context, actions);
840
selector.
SelectBestCandidate
(context, actions);
992
return (ControllerActionDescriptor)actionSelector.
SelectBestCandidate
(context, candidates);