This documentation is archived and is not being maintained.
RouteData Properties
Visual Studio 2010
The RouteData type exposes the following members.
| Name | Description | |
|---|---|---|
|
DataTokens | 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. |
|
Route | Gets or sets the object that represents a route. |
|
RouteHandler | Gets or sets the object that processes a requested route. |
|
Values | Gets a collection of URL parameter values and default values for the route. |
Show: