Share via


DynamicPropertyRoutingConvention Class

Definition

An implementation of IODataRoutingConvention that handles dynamic properties for open type.

public class DynamicPropertyRoutingConvention : Microsoft.AspNet.OData.Routing.Conventions.NavigationSourceRoutingConvention
type DynamicPropertyRoutingConvention = class
    inherit NavigationSourceRoutingConvention
Public Class DynamicPropertyRoutingConvention
Inherits NavigationSourceRoutingConvention
Inheritance
DynamicPropertyRoutingConvention

Constructors

DynamicPropertyRoutingConvention()

Methods

SelectAction(ODataPath, HttpControllerContext, ILookup<String,HttpActionDescriptor>)

Selects the action for OData requests.

SelectAction(ODataPath, HttpControllerContext, ILookup<String,HttpActionDescriptor>)

Selects the action for OData requests.

(Inherited from NavigationSourceRoutingConvention)
SelectAction(RouteContext, SelectControllerResult, IEnumerable<ControllerActionDescriptor>)

Selects the action for OData requests.

SelectAction(RouteContext, SelectControllerResult, IEnumerable<ControllerActionDescriptor>)

Selects the action for OData requests.

(Inherited from NavigationSourceRoutingConvention)
SelectAction(RouteContext)

Selects the controller and action for OData requests.

(Inherited from NavigationSourceRoutingConvention)
SelectController(ODataPath, HttpRequestMessage)

Selects the controller for OData requests.

(Inherited from NavigationSourceRoutingConvention)

Applies to