Class LinksRoutingConvention
An implementation of IODataRoutingConvention that handles link manipulations.
public class LinksRoutingConvention : EntitySetRoutingConvention, IODataRoutingConvention
- Inheritance
-
LinksRoutingConvention
- Implements
- Inherited Members
Constructors
LinksRoutingConvention()
public LinksRoutingConvention()
Methods
SelectAction(ODataPath, HttpControllerContext, ILookup<string, HttpActionDescriptor>)
Selects the action.
public override string SelectAction(ODataPath odataPath, HttpControllerContext controllerContext, ILookup<string, HttpActionDescriptor> actionMap)
Parameters
odataPath
ODataPathThe odata path.
controllerContext
HttpControllerContextThe controller context.
actionMap
ILookup<string, HttpActionDescriptor>The action map.