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 ...
2
votes
3answers
1k views
Render view to string followed by redirect results in exception
So here's the issue: I'm building e-mails to be sent by my application by rendering full view pages to strings and sending them. This works without any problem so long as I'm not redirecting to ...