예제 #1
0
 public static string GetFontPath(this IWebHostEnvironment env, string name)
 => Path.Combine(env.GetFontsPath(), name);