UrlHelper.Route Method (String, IDictionary<String, Object>)
Returns the route for the UrlHelper.
Namespace: System.Web.Http.Routing
Assembly: System.Web.Http (in System.Web.Http.dll)
Parameters
- routeName
- Type: System.String
The name of the route.
- routeValues
- Type: System.Collections.Generic.IDictionary<String, Object>
A list of route values.