MVCContrib ActionFilter PassParametersDuringRedirect still passes reference type in querystring
- by redsquare
I am attempting to use the PRG pattern in an asp.net mvc 2 rc application.
I found that the MVCContrib project has a custom action filter that will auto persist the parameters in TempData
In an action I have the following
return this.RedirectToAction(c => c.Requested(accountAnalysis));
however this is adding a querystring param to the…