Explain me what is the significance of NonActionAttribute?

Submitted by: Muhammad
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: Muhammad

Read Online MVC Developer Job Interview Questions And Answers