I want to use a RedirectToRouteResult to redirect to a url like /users/4#Summary. Using ASP.NET MVC 1.0, I haven’t been able to find a way to do that – have I missed it?
I want to use a RedirectToRouteResult to redirect to a url like /users/4#Summary. Using
Share
You should properly build your routes in route table. Eg.: