IODataRoutingConvention Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides an abstraction for selecting a controller and an action for OData requests.
public interface IODataRoutingConvention
type IODataRoutingConvention = interface
Public Interface IODataRoutingConvention
- Derived
Methods
SelectAction(ODataPath, HttpControllerContext, ILookup<String,HttpActionDescriptor>) |
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. |