Esempio n. 1
0
 public string LinkUrl(string routeName, IDictionary <string, string> routeValues)
 {
     return(RouteHelper.BuildUrl(routeName, routeValues));
 }
Esempio n. 2
0
 public string LinkUrl(string routeName, dynamic routeValues = null)
 {
     return(RouteHelper.BuildUrl(routeName, routeValues));
 }