Answer Posted / Dinesh Kumar Dubey
AntiForgeryToken in MVC is a security mechanism used to protect web applications against cross-site request forgery (CSRF) attacks. It works by generating a unique token during the initial request and including it with subsequent requests. If the token matches, the server knows that the request came from the original user.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers