Select from following answers:- CrossSiteForgeryToken
- AntyForgeryToken
- ValidateAntiForgeryToken

- RequestForgeryToken
- All Above
'ValidateAntiForgeryToken' is the MVC attribute used to prevent the CSRF(Cross-Site Request Forgery) by creating an additional cookie token every time of the generation of a page.
Show Correct Answer
Asked In: Spotted while Learning |
Alert Moderator