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