This documentation is archived and is not being maintained.
Route::DataTokens Property
Visual Studio 2010
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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: