可能重复:
如何从服务器端获取地址散列(#)
我遇到一些麻烦得到一个变量的散列值。
我使用的默认操作AccountController
[HttpPost]
public ActionResult LogOn(LogOnModel model, string returnUrl) { ... }
但如果我把这块链接:
http://localhost:1357/none/Account/LogOn?returnUrl=a/b/c#day-22
我永远无法赶上#day-22
值
下面是登录后断点:
我从来没有得到的散列值HttpContext.Request.Url
对象。
我能做些什么 ,以用户期望与散列部正确的网址是什么?