Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides an abstraction for selecting a controller and an action for OData requests.
Namespace: System.Web.Http.OData.Routing.Conventions
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public interface IODataRoutingConvention
public interface class IODataRoutingConvention
type IODataRoutingConvention = interface end
Public Interface IODataRoutingConvention
Methods
Name | Description | |
---|---|---|
![]() |
SelectAction(ODataPath, HttpControllerContext, ILookup<String, HttpActionDescriptor>) | Selects the action for OData requests. |
![]() |
SelectController(ODataPath, HttpRequestMessage) | Selects the controller for OData requests. |
See Also
System.Web.Http.OData.Routing.Conventions Namespace
Return to top