I use the latest MVC, with attribute routing.
When a user submits a contact form, it then redirects to a "thank you for submitting your info" view, with route foo.com/success
.
How can I configure it so that my code can redirect to that success
action as usual, but the user cannot navigate to it directly?