InterviewSolution
Saved Bookmarks
| 1. |
Why to use NonActionAttribute in MVC |
|
Answer» When we TALK about controller class all the methods in it are TREATED as action methods by DEFAULT. But we can change this public method to PREVENT this by using NONACTIONATTRIBUTE. |
|