IActionSelector インターフェイス

定義

現在の要求に対して呼び出す MVC アクションを選択するためのインターフェイスを定義します。

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

メソッド

SelectBestCandidate(RouteContext, IReadOnlyList<ActionDescriptor>)

に関連付けられているcontext現在のActionDescriptor要求に最適な候補を からcandidates選択します。

SelectCandidates(RouteContext)

に関連付けられている現在の要求の候補セット ActionDescriptorcontext選択します。

適用対象