DynamicDataRoute Properties
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
| Name | Description | |
|---|---|---|
![]() | Action | Gets or sets the name of an action for a route. |
![]() | Constraints | Gets or sets a dictionary of expressions that specify valid values for a URL parameter.(Inherited from Route.) |
![]() | 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.(Inherited from Route.) |
![]() | Defaults | Gets or sets the values to use if the URL does not contain all the parameters.(Inherited from Route.) |
![]() | Model | Gets or sets the data model to which the route applies. |
![]() | RouteExistingFiles | Gets or sets a value that indicates whether ASP.NET routing should handle URLs that match an existing file.(Inherited from RouteBase.) |
![]() | RouteHandler | Gets or sets the object that processes requests for the route. |
![]() | Table | Gets or sets the name of the table for the route. |
![]() | Url | Gets or sets the URL pattern for the route.(Inherited from Route.) |
![]() | ViewName | Gets or sets the name of the .aspx page that is associated with a route. |
