'Declaration Public Overloads Function GetRouteUrl( _ ByVal routeName As String, _ ByVal routeParameters As RouteValueDictionary _ ) As String
public string GetRouteUrl( string routeName, RouteValueDictionary routeParameters )
Parameters
- routeName
- The name of the route.
- routeParameters
- The route parameters.
Return Value
The URL that corresponds to the specified route parameters and route name.