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
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.