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)
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: