主页 > 知识库 > 获取根目录的URL例如http://localhost:51898

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

热门标签:电销业务 客户服务 人工智能 电商新玩法 科大讯飞语音识别系统 网站排名优化 百度AI接口 国美全国运营中心
复制代码 代码如下:

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;
}

标签:南平 枣庄 益阳 厦门 POS机 咸宁 拉萨 攀枝花

巨人网络通讯声明:本文标题《获取根目录的URL例如http://localhost:51898》,本文关键词  ;如发现本文内容存在版权问题,烦请提供相关信息告之我们,我们将及时沟通与处理。本站内容系统采集于网络,涉及言论、版权与本站无关。
  • 相关文章
  • 收缩
    • 微信客服
    • 微信二维码
    • 电话咨询

    • 400-1100-266