InterviewSolution
Saved Bookmarks
| 1. |
Mention What Is The Importance Of Nonactionattribute? |
|
Answer» All PUBLIC methods of a controller class are treated as the action method if you want to PREVENT this default method then you have to assign the public method with NONACTIONATTRIBUTE. All public methods of a controller class are treated as the action method if you want to prevent this default method then you have to assign the public method with NonActionAttribute. |
|