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