Partager via


NavigationSourceRoutingConvention Classe

Définition

Implémentation de qui gère les sources de IODataRoutingConvention navigation (jeux d’entités ou singletons)

public abstract class NavigationSourceRoutingConvention : Microsoft.AspNet.OData.Routing.Conventions.IODataRoutingConvention
type NavigationSourceRoutingConvention = class
    interface IODataRoutingConvention
Public MustInherit Class NavigationSourceRoutingConvention
Implements IODataRoutingConvention
Héritage
NavigationSourceRoutingConvention
Dérivé
Implémente

Constructeurs

NavigationSourceRoutingConvention()

Implémentation de qui gère les sources de IODataRoutingConvention navigation (jeux d’entités ou singletons)

Méthodes

SelectAction(ODataPath, HttpControllerContext, ILookup<String,HttpActionDescriptor>)

Sélectionne l'action pour les demandes OData.

SelectAction(RouteContext)

Sélectionne le contrôleur et l’action pour les demandes OData.

SelectAction(RouteContext, SelectControllerResult, IEnumerable<ControllerActionDescriptor>)

Sélectionne l'action pour les demandes OData.

SelectController(ODataPath, HttpRequestMessage)

Sélectionne le contrôleur pour les demandes OData.

S’applique à