Route::DataTokens Property
.NET Framework (current version)
Gets or sets custom values that are passed to the route handler, but which are not used to determine whether the route matches a URL pattern.
Assembly: System.Web (in System.Web.dll)
public: property RouteValueDictionary^ DataTokens { RouteValueDictionary^ get(); void set(RouteValueDictionary^ value); }
Property Value
Type: System.Web.Routing::RouteValueDictionary^An object that contains custom values.
You use the DataTokens property to retrieve or assign values associated with the route that are not used to determine whether a route matches a URL pattern. These values are passed to the route handler, where they can be used for processing the request.
.NET Framework
Available since 3.5
Available since 3.5
Show: