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)
511Assert.Throws<AmbiguousActionException>(() => { selector.SelectBestCandidate(routeContext, actions); }); 543var action = selector.SelectBestCandidate(context, actions); 575var action = selector.SelectBestCandidate(context, actions); 609var action = selector.SelectBestCandidate(context, actions); 641var action = selector.SelectBestCandidate(context, actions); 667var action = selector.SelectBestCandidate(context, actions); 697var action = selector.SelectBestCandidate(context, actions); 730var action = selector.SelectBestCandidate(context, actions); 767var action = selector.SelectBestCandidate(context, actions); 805var action = selector.SelectBestCandidate(context, actions); 840selector.SelectBestCandidate(context, actions); 992return (ControllerActionDescriptor)actionSelector.SelectBestCandidate(context, candidates);