Anti-forgery tokens in MVC
In this blog, we will see Anti-forgery tokens in MVC. This is a built-in functionality in MVC given by Microsoft. This is a security aspect in ASP.NET MVC.Previous Blog – Data Annotation in ASP.Net MVC Secure MVC form using Anti-Forgery Token Anti-forgery token is used to secure the application against Cross-Site Request Forgery (CSRF). What … Read more