Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the OData routing conventions to use for selecting the controller name.
Namespace: System.Web.Http.OData.Routing
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public IEnumerable<IODataRoutingConvention> RoutingConventions {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
private set;
}
public:
property IEnumerable<IODataRoutingConvention^>^ RoutingConventions {
[CompilerGeneratedAttribute]
IEnumerable<IODataRoutingConvention^>^ get();
[CompilerGeneratedAttribute]
private: void set(IEnumerable<IODataRoutingConvention^>^ value);
}
member RoutingConventions : IEnumerable<IODataRoutingConvention> with get, private set
Public Property RoutingConventions As IEnumerable(Of IODataRoutingConvention)
Get
Private Set
End Property
Property Value
Type: System.Collections.Generic.IEnumerable<IODataRoutingConvention>
See Also
ODataPathRouteConstraint Class
System.Web.Http.OData.Routing Namespace
Return to top