I’m developing a messaging system on a website.
When user sends a message, she is redirected to inbox?status=sent which displays a neat status Message sent.
However, if she then goes on to see any of the inbox messages and clicks Back, she is brought to this statusful page again, whereas I don’t want to display it anymore.
What is the standard way to handle this?
You could try using
TempDataand in the Result view you could show the message by fetching it from TempData: