【发布时间】:2012-02-08 15:18:29
【问题描述】:
可能重复:
How to get Url Hash (#) from server side
c# get complete URL with “#”
如果我用
调用页面http://www.mywebsite.it?param=1Request.Url
我明白了。但是在http://www.mywebsite.it?param=1#1234
我无法获得完整的地址。 #1234 被忽略。我怎样才能得到它?
【问题讨论】: