コード例 #1
0
ファイル: JavaScripts.cs プロジェクト: dKluev/Site
 public static string Cdn(string file)
 {
     return(Common(Urls.JavaScript(file)));
 }