I have a certain situation where the ActionResult method in a controller needs to do a Redirect if a Returnurl is provided.
However, how can I append a querystring to that and still use:
return Redirect(url) ?
everytime I do this, I always get a security exception that the request had a potentially dangerous value (the ampersand or even the question mark).