Encapsulates information about a route.
The RouteData type exposes the following members.
Top
Top
|
| Name | Description |
|---|
.gif) | 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. |
.gif) | Route | Gets or sets the object that represents a route. |
.gif) | RouteHandler | Gets or sets the object that processes a requested route. |
.gif) | Values | Gets a collection of URL parameter values and default values for the route. |
Top
Reference