• 企业400电话
  • 微网小程序
  • AI电话机器人
  • 电商代运营
  • 全 部 栏 目

    企业400电话 网络优化推广 AI电话机器人 呼叫中心 网站建设 商标✡知产 微网小程序 电商运营 彩铃•短信 增值拓展业务
    获取根目录的URL例如http://localhost:51898
    复制代码 代码如下:

    public static string GetRootURI()
    {
    string AppPath = "";
    HttpContext HttpCurrent = HttpContext.Current;
    HttpRequest Req;
    if (HttpCurrent != null)
    {
    Req = HttpCurrent.Request;

    string UrlAuthority = Req.Url.GetLeftPart(UriPartial.Authority);
    if (Req.ApplicationPath == null || Req.ApplicationPath == "/")
    //直接安装在 Web 站点
    AppPath = UrlAuthority;
    else
    //安装在虚拟子目录下
    AppPath = UrlAuthority + Req.ApplicationPath;
    }
    return AppPath;
    }
    上一篇:asp.net获取网站目录物理路径示例
    下一篇:asp.net后台弹窗如何实现
  • 相关文章
  • 

    © 2016-2020 巨人网络通讯 版权所有

    《增值电信业务经营许可证》 苏ICP备15040257号-8

    获取根目录的URL例如http://localhost:51898 获取,根,目录,的,URL,例如,