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.InternalAssembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax IDictionary<string, Object> DataTokens { get; }
Property Value
Type:
IDictionaryString,
ObjectSee Also