How to route this url
http://localhost:1986/en/Hotel/#forward
to
controller = "Hotel",
action = "Results"
Since I need to refresh this page when the user sign in from this page, I need to redirect to the above said controller/action.
Please help
I have found some solution my self