Exemple #1
0
 public static string Static(this UrlHelper helper, string url, params object[] formatArgs)
 {
     return(ComicUrlHelper.GetStaticUrl(url, formatArgs));
 }
Exemple #2
0
 public static string Static(this UrlHelper helper, string url)
 {
     return(ComicUrlHelper.GetStaticUrl(url));
 }