This documentation is archived and is not being maintained.
Route::DataTokens Property
Visual Studio 2008
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.Routing (in System.Web.Routing.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.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: