The ASP.NET MVC AntiForgeryToken HTML Helper is a widely used but not well-understood helper. In this post, I will look at the details of the helper, explain how it works, and how you should be using it. What is the AntiForgeryToken Helper? The AntiForgeryToken helper protects your site from cross-site request forgery. Cross-site request forgery is the process …