关于c#:如何在代码中获取当前url?

how to get current url in code behind?

本问题已经有最佳答案,请猛点这里访问。

Possible Duplicate:
Get URL of ASP.Net Page in code-behind

我试图在代码后面的字符串中保存当前的URL。

例如,这是当前的URL地址:http:www.stackoverflow.com/questions/ask/submit如何在字符串变量中保存它?

请帮帮我。


这将为您提供完整的URL:

1
Request.Url.AbsoluteUri