如何使用c#获取绝对uri路径

时间:2015-10-13 15:23:42

标签: c#

如何获取绝对uri路径(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

0 个答案:

没有答案