Ejemplo n.º 1
0
 public static string BundleContent(this UrlHelper helper, string symbolicName, string url)
 {
     return(helper.Content(BundleUrlHelper.Content(symbolicName, url)));
 }
Ejemplo n.º 2
0
 public static string BundleContent(this UrlHelper helper, IBundle bundle, string url)
 {
     return(helper.Content(BundleUrlHelper.Content(bundle, url)));
 }