IODataRoutingConvention Interface
Provides an abstraction for selecting a controller and an action for OData requests.
Assembly: System.Web.OData (in System.Web.OData.dll)
| Name | Description | |
|---|---|---|
![]() | SelectAction(ODataPath^, HttpControllerContext^, ILookup<String^, HttpActionDescriptor^>^) | Selects the action for OData requests. |
![]() | SelectController(ODataPath^, HttpRequestMessage^) | Selects the controller for OData requests. |
Show:
