I need to email a secure link so the user can click on an Edit action on the controller. For example:
Sending the link: localhost: 64148 / Movies / Edit? id = 4
But I can not send the link this way, because when the user accesses it, it will not be allowed due to the use of [ValidateAntiForgeryToken]
How do I submit a secure link in this case? How do I read the token?