'宣言
Public Overloads Function GetRouteUrl( _ ByVal routeName As String, _ ByVal routeParameters As RouteValueDictionary _ ) As String
public string GetRouteUrl( string routeName, RouteValueDictionary routeParameters )
パラメータ
- routeName
- The name of the route.
- routeParameters
- The route parameters.
戻り値の型
The URL that corresponds to the specified route parameters and route name.