IHttpRoute.DataTokens Property
Gets any additional data tokens not used directly to determine whether a route matches an incoming HttpRequestMessage.
Namespace: System.Web.Http.Routing
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
ReadOnly Property DataTokens As IDictionary(Of String, Object)
Get
'Usage
Dim instance As IHttpRoute
Dim value As IDictionary(Of String, Object)
value = instance.DataTokens
IDictionary<string, Object> DataTokens { get; }
property IDictionary<String^, Object^>^ DataTokens {
IDictionary<String^, Object^>^ get ();
}
abstract DataTokens : IDictionary<string, Object>
function get DataTokens () : IDictionary<String, Object>
Property Value
Type: System.Collections.Generic.IDictionary<String, Object>
The additional data tokens.