ODataActionSelector.SelectCandidates(RouteContext) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Sélectionne un ensemble de ActionDescriptor candidats pour la demande actuelle associée 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>
override this.SelectCandidates : Microsoft.AspNetCore.Routing.RouteContext -> System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Mvc.Abstractions.ActionDescriptor>
Public Function SelectCandidates (context As RouteContext) As IReadOnlyList(Of ActionDescriptor)
Paramètres
- context
- RouteContext