Table of Contents

Class PropertyRoutingConvention

Namespace
System.Web.Http.OData.Routing.Conventions
Assembly
System.Web.Http.OData.dll

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 ODataPath
controllerContext HttpControllerContext
actionMap ILookup<string, HttpActionDescriptor>

Returns

string