IActionSelector Interface

Definition

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 candidates for the current request associated with context.

SelectCandidates(RouteContext)

Selects a set of ActionDescriptor candidates for the current request associated with context.

Applies to