Share via


HttpRequestMessageProperties.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; }
member this.RoutingConventionsStore : System.Collections.Generic.IDictionary<string, obj>
Public ReadOnly Property RoutingConventionsStore As IDictionary(Of String, Object)

Property Value

Initially an empty IDictionary<string, object>.

Applies to