示例#1
0
 public static string Add(this UrlHelper Url, object routeValues = null)
 => Url.Add(Url.RequestContext.RouteData.Values["controller"].ToString(), routeValues);