'Declaration Public Overloads Function GetRouteUrl( _ ByVal routeName As String, _ ByVal routeParameters As Object _ ) As String
public string GetRouteUrl( string routeName, object 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.