Can I show a confirmation message for an ActionLink?
ActionLink
Do I need to use javascript? Is it possible without it?
Could you give some example for me?
In my case I had a button that already called an action:
After reading Jim's answer, I changed it to the following:
And it works greate! Thanks Jim!!