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