ASP.NET MVC - Check if request comes from another action
问题 Is there a simple way to check if a request comes from an action inside my app? I'm building the email confirmation page on a site I'm working on, and I'd like to show different texts on different request origins. If a user comes from another action (eg: the register action) in my app , then I simply want to show a text saying something like: "Thanks for registering on x, please confirm your account with the given link in the email you got from us.." If a user comes outside of my app, then he