top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How CSRF attacks are avoided in ASP.NET MVC Framework?

0 votes
363 views
How CSRF attacks are avoided in ASP.NET MVC Framework?
posted Sep 6, 2016 by Sathyasree

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

-ASP.NET MVC Framework introduces anti-forgery helpers to protect the application from CSRF attacks.

-This can be achieved by using HTML helpers which are used in a form that renders internal inputs.

-Then the attributes are applied to the controller’s action to process the necessary protection required.

answer Sep 7, 2016 by Shivaranjini
...