Share via


HttpRequestMessageProperties.RoutingConventions Property

 

Gets or sets the OData routing conventions for controller and action selection.

Namespace:   System.Web.Http.OData.Extensions
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

Syntax

public IEnumerable<IODataRoutingConvention> RoutingConventions { get; set; }
public:
property IEnumerable<IODataRoutingConvention^>^ RoutingConventions {
    IEnumerable<IODataRoutingConvention^>^ get();
    void set(IEnumerable<IODataRoutingConvention^>^ value);
}
member RoutingConventions : IEnumerable<IODataRoutingConvention> with get, set
Public Property RoutingConventions As IEnumerable(Of IODataRoutingConvention)

Property Value

Type: System.Collections.Generic.IEnumerable<IODataRoutingConvention>

See Also

HttpRequestMessageProperties Class
System.Web.Http.OData.Extensions Namespace

Return to top