RedirectoToAction
is a client side operation. Not only is it voluntary, any data that is to be passed has to make a round trip, and is exposed in the query string. The latter somewhat goes against "clean" urls as one of the good points of ASP.NET MVC.
Is there the equivalent of Server.Transfer
?