What is antiforgerytoken in mvc?
Answer / 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 |
What is partial view in mvc?
Explain what is routing in mvc?
Which is a better fit, razor or aspx?
What is difference between mvc (model-view-controller) and mvp (model-view-presenter)?
Explain the concept of razor in asp.net mvc?
Explain MVC (Model-View-Controller) in general?
What is the main purpose of mvc architecture?
What is tempdata in mvc?
What is dependency in mvc?
Why was mvc developed?
What is mvc (model view controller)?
How can you maintain session in mvc?