RouteData Properties
.NET Framework (current version)
Namespace:
System.Web.Routing
Assembly: System.Web (in System.Web.dll)
| 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:
