标签: c#
如何获取绝对uri路径(http://localhost/project/index.html而不是http://localhost)。
http://localhost/project/index.html
http://localhost
WebRequest req=WebRequest.Create("h ttp://localhost");
。 。 。 Console.WriteLine(“绝对URL =”resp.ResponseUri)
此处最后一行返回http://local主机,但我想要确切的网址路径http://localhost/index.html