Class PropertyRoutingConvention
An implementation of IODataRoutingConvention that handles reading structural properties.
public class PropertyRoutingConvention : EntitySetRoutingConvention, IODataRoutingConvention
- Inheritance
-
PropertyRoutingConvention
- Implements
- Inherited Members
Constructors
PropertyRoutingConvention()
public PropertyRoutingConvention()
Methods
SelectAction(ODataPath, HttpControllerContext, ILookup<string, HttpActionDescriptor>)
public override string SelectAction(ODataPath odataPath, HttpControllerContext controllerContext, ILookup<string, HttpActionDescriptor> actionMap)
Parameters
odataPath
ODataPathcontrollerContext
HttpControllerContextactionMap
ILookup<string, HttpActionDescriptor>