다음을 통해 공유


IActionSelector.SelectCandidates(RouteContext) 메서드

정의

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

public:
 System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Mvc::Abstractions::ActionDescriptor ^> ^ SelectCandidates(Microsoft::AspNetCore::Routing::RouteContext ^ context);
public System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Mvc.Abstractions.ActionDescriptor> SelectCandidates (Microsoft.AspNetCore.Routing.RouteContext context);
public System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Mvc.Abstractions.ActionDescriptor>? SelectCandidates (Microsoft.AspNetCore.Routing.RouteContext context);
abstract member SelectCandidates : Microsoft.AspNetCore.Routing.RouteContext -> System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Mvc.Abstractions.ActionDescriptor>
Public Function SelectCandidates (context As RouteContext) As IReadOnlyList(Of ActionDescriptor)

매개 변수

context
RouteContext

RouteContext 현재 요청과 연결된 입니다.

반환

후보 집합 ActionDescriptor 또는 null입니다.

설명

기존 라우팅에서 현재 요청의 경로 값과 일치하는 작업 집합을 선택하는 데 사용됩니다. 후보와 연결된 작업 제약 조건은 이 메서드에서 호출되지 않습니다.

특성 라우팅은 이 메서드를 호출하지 않습니다.

적용 대상