Get full URL with hash to use as ReturnUrl

后端 未结 1 448
故里飘歌
故里飘歌 2021-02-08 17:36

I have such URL

localhost/Login/LogOn?ReturnUrl=/#&q=my%20search%20word&f=1//447044365|2//4

I need to get hash parameters to navigate i

相关标签:
1条回答
  • 2021-02-08 18:00

    The browser does not send the hash fragment to the server. It used on the client-side only. If you need it you will have to access it through client-side script.

    0 讨论(0)
提交回复
热议问题