Tagged Questions

4
votes
3answers
1k views

Rendering a view to a string in MVC, then redirecting — workarounds?

I can't render a view to a string and then redirect, despite this answer from Feb (after version 1.0, I think) that claims it's possible. I thought I was doing something wrong, and then I read this ...