示例#1
0
 /// <summary>
 /// 获得自定义配置文件 <see cref="HostHelper.GetCustomConfigJsonFile(string, DirectoryInfo?)"/>
 /// </summary>
 /// <param name="contentRoot"></param>
 /// <param name="endDir"></param>
 /// <returns></returns>
 public static string GetCustomConfigJsonFile(string contentRoot, DirectoryInfo?endDir)
 {
     return(HostHelper.GetCustomConfigJsonFile(contentRoot, endDir));
 }