This documentation is archived and is not being maintained.
Route Properties
Visual Studio 2010
The Route type exposes the following members.
| Name | Description | |
|---|---|---|
|
Constraints | Gets or sets a dictionary of expressions that specify valid values for a URL parameter. |
|
DataTokens | 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. |
|
Defaults | Gets or sets the values to use if the URL does not contain all the parameters. |
|
RouteHandler | Gets or sets the object that processes requests for the route. |
|
Url | Gets or sets the URL pattern for the route. |
Show: