What is the significance of NonActionAttribute?

Submitted by: Administrator
In general, all public methods of a controller class are treated as action methods. If you want prevent this default behaviour, just decorate the public method with NonActionAttribute.
Submitted by: Administrator

Read Online Model View Controller (MVC) Job Interview Questions And Answers