DefaultDirectRouteProvider Class
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() | DefaultDirectRouteProvider() |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetActionDirectRoutes(ActionDescriptor, IReadOnlyList<IDirectRouteFactory>, IInlineConstraintResolver) | Creates RouteEntry instances based on the provided factories and action. The route entries provide direct routing to the provided action. |
![]() | GetActionRouteFactories(ActionDescriptor) | Gets a set of route factories for the given action descriptor. |
![]() | GetAreaPrefix(ControllerDescriptor) | Gets the area prefix from the provided controller. |
![]() | GetControllerDirectRoutes(ControllerDescriptor, IReadOnlyList<ActionDescriptor>, IReadOnlyList<IDirectRouteFactory>, IInlineConstraintResolver) | Creates RouteEntry instances based on the provided factories, controller and actions. The route entries provided direct routing to the provided controller and can reach the set of provided actions. |
![]() | GetControllerRouteFactories(ControllerDescriptor) | Gets route factories for the given controller descriptor. |
![]() | GetDirectRoutes(ControllerDescriptor, IReadOnlyList<ActionDescriptor>, IInlineConstraintResolver) | Gets direct routes for the given controller descriptor and action descriptors based on IDirectRouteFactory attributes. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetRoutePrefix(ControllerDescriptor) | Gets the route prefix from the provided controller. |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

