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:
- 如果我在URL中有"",该怎么办……例如:http:test.abc.com/sitespore.aspx commentfocus………它会起作用吗?
- @pranav bitwiser-不,哈希参数只是前端。如果您希望访问这个后端,那么Ajax是一个不错的选择。请参阅我的博客文章,了解如何读取哈希标记值:curtistimson.co.uk/js/reading-url-hash tag-values