Share via


ODataFeature.RoutingConventionsStore Property

Definition

Gets the data store used by IODataRoutingConventions to store any custom route data.

public System.Collections.Generic.IDictionary<string,object> RoutingConventionsStore { get; set; }
member this.RoutingConventionsStore : System.Collections.Generic.IDictionary<string, obj> with get, set
Public Property RoutingConventionsStore As IDictionary(Of String, Object)

Property Value

Initially an empty IDictionary<string, object>.

Implements

Applies to