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 ...
1
vote
1answer
699 views
MVC RedirectToAction from one controller to another - View is not displayed issue
I have a controller in which is do some checks.
If for one reason or another and exception occurs I want to display the error messages in another view in another controller.
This is how my exception ...