RouteBuilder Class
Note: This API is now obsolete.Namespace:
System.Web.Mvc.Routing
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Return to top
Builds Route instances based on route information.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() | RouteBuilder() | Initializes a new instance of the RouteBuilder class using the default inline constraint resolver. |
![]() | RouteBuilder(IInlineConstraintResolver) | Initializes a new instance of the RouteBuilder class. |
| Name | Description | |
|---|---|---|
![]() | ConstraintResolver | Gets the resolver for resolving inline constraints. |
| Name | Description | |
|---|---|---|
![]() | BuildDirectRoute(RouteValueDictionary, RouteValueDictionary, RouteValueDictionary, String, MethodInfo) | Builds an Route. |
![]() | BuildDirectRoute(String, ControllerDescriptor) | Builds an Route for a particular action. |
![]() | BuildDirectRoute(String, IEnumerable<String>, String, String, MethodInfo, String) | Builds an Route for a particular action. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | 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.
Show:


