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