Share via


NavigationSourceRoutingConvention Class

Definition

An implementation of IODataRoutingConvention that handles navigation sources (entity sets or singletons)

public abstract class NavigationSourceRoutingConvention : Microsoft.AspNet.OData.Routing.Conventions.IODataRoutingConvention
type NavigationSourceRoutingConvention = class
    interface IODataRoutingConvention
Public MustInherit Class NavigationSourceRoutingConvention
Implements IODataRoutingConvention
Inheritance
NavigationSourceRoutingConvention
Derived
Implements

Constructors

NavigationSourceRoutingConvention()

Methods

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

Selects the action for OData requests.

SelectAction(RouteContext, SelectControllerResult, IEnumerable<ControllerActionDescriptor>)

Selects the action for OData requests.

SelectAction(RouteContext)

Selects the controller and action for OData requests.

SelectController(ODataPath, HttpRequestMessage)

Selects the controller for OData requests.

Applies to