private string GetAppPath()
        {
            string applicationPath = HttpContext.Current.Request.ApplicationPath;
            if (applicationPath.Length > 1)
            {
                applicationPath = applicationPath + "/";
            }
           
            return applicationPath;
        }

相关文章:

  • 2022-12-23
  • 2021-12-23
  • 2021-10-13
  • 2021-10-03
  • 2022-01-17
  • 2021-10-31
  • 2022-12-23
  • 2021-11-09
猜你喜欢
  • 2022-12-23
  • 2021-04-12
  • 2021-12-02
  • 2021-09-11
  • 2021-09-13
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案