gpt4 book ai didi

asp.net - 如何从后面的 ASP.NET 代码中获取当前 URL

转载 作者:行者123 更新时间:2023-12-04 01:17:38 24 4
gpt4 key购买 nike

我的应用程序托管在不同的服务器上,我想获取当前服务器上页面的 URL。

你怎么能在后面的代码中得到这个属性?

最佳答案

string url = HttpContext.Current.Request.Url.AbsoluteUri;

http://thehost.com/dir/Default.aspx
string path = HttpContext.Current.Request.Url.AbsolutePath;

/dir/Default.aspx
string host = HttpContext.Current.Request.Url.Host;

Thehost.com

关于asp.net - 如何从后面的 ASP.NET 代码中获取当前 URL,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17785885/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com