IODataFeature.RoutingConventionsStore Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>
.