Click or drag to resize
IRouteDataDataTokens Property
Gets a collection of custom values that are passed to the route handler but are not used when routing engine determines whether the route matches a request.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax
C#
IDictionary<string, Object> DataTokens { get; }

Property Value

Type: IDictionaryString, Object
See Also