I have a view where the user can download a file. It doesn't need to pass any formdata. It generates a file that uses a static query. At present I am calling the controller from the anchor tag. Should I have it as a form instead?
When should I call a controller from the submit of action of a form and when should I use an anchor?
I know the questions may sound stupid, but it would have been more stupid if I didn't ask.