다음을 통해 공유


IActionSelector 인터페이스

정의

현재 요청에 대해 호출할 MVC 작업을 선택하기 위한 인터페이스를 정의합니다.

public interface class IActionSelector
public interface IActionSelector
type IActionSelector = interface
Public Interface IActionSelector

메서드

SelectBestCandidate(RouteContext, IReadOnlyList<ActionDescriptor>)

와 연결된 context현재 요청에 대해 에서 candidates 가장 적합한 ActionDescriptor 후보를 선택합니다.

SelectCandidates(RouteContext)

와 연결된 현재 요청에 대한 후보 집합 ActionDescriptorcontext선택합니다.

적용 대상