I have a requirement which needs me to redirect an user to previous page on his browsing history. I am using ASP.net MVC 1.0. I do NOT want to use javascript to achieve this. Any pointers?
You can use the Request.UrlReferrer
property to render out a link. Maybe like this:
<a href="<%= Request.UrlReferrer %>">Back</a>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With