ODataPathRouteConstraint.RoutingConventions Property

 

Gets the OData routing conventions to use for selecting the controller name.

Namespace:   System.Web.OData.Routing
Assembly:  System.Web.OData (in System.Web.OData.dll)

Syntax

public Collection<IODataRoutingConvention> RoutingConventions {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
public:
property Collection<IODataRoutingConvention^>^ RoutingConventions {
    [CompilerGeneratedAttribute]
    Collection<IODataRoutingConvention^>^ get();
    [CompilerGeneratedAttribute]
    private: void set(Collection<IODataRoutingConvention^>^ value);
}
member RoutingConventions : Collection<IODataRoutingConvention> with get, private set
Public Property RoutingConventions As Collection(Of IODataRoutingConvention)
    Get
    Private Set
End Property

Property Value

Type: System.Collections.ObjectModel.Collection<IODataRoutingConvention>

See Also

ODataPathRouteConstraint Class
System.Web.OData.Routing Namespace

Return to top