IActionSelector Interface 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines an interface for selecting an MVC action to invoke for the current request.
public interface class IActionSelector
	public interface IActionSelector
	type IActionSelector = interface
	Public Interface IActionSelector
Methods
| SelectBestCandidate(RouteContext, IReadOnlyList<ActionDescriptor>) | 
		 Selects the best ActionDescriptor candidate from   | 
        	
| SelectCandidates(RouteContext) | 
		 Selects a set of ActionDescriptor candidates for the current request associated with
  |