使用ASP.NET MVC3,網址http://localhost:22713/tests#123456
用下面的代碼:網址片段空
Your user agent: @Request.UserAgent<br />
Url: @Request.Url.AbsoluteUri<br />
Url fragment: @Request.Url.Fragment<br />
回報:
Your user agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.16) Gecko/20110319 Firefox/3.6.16
Url: http://localhost:22713/tests
Url fragment:
爲什麼片段總是空的?我需要能夠解析服務器端的這個信息。
#fragments是爲客戶端設計的,並且不會將查詢字符串發送到服務器,所以爲什麼微軟將它包含在內我不知道。從http://www.cambiaresearch.com/c4/dfdb20ae-b335-48ae-a201-f2a5a8329342/how-do-i-get-paths-and-url-fragments-from-the-httprequest-object.aspx – 2011-04-06 18:20:12