RouteData.DataTokens Property
.NET Framework (current version)
Gets a collection of custom values that are passed to the route handler but are not used when ASP.NET routing determines whether the route matches a request.
Assembly: System.Web (in System.Web.dll)
You use the DataTokens property to retrieve values associated with the route that are not used when ASP.NET routing determines whether a route matches a request. A custom route handler might have to retrieve these values when it is processing the request.
.NET Framework
Available since 3.5
Available since 3.5
Show: