Model View Controller (MVC) Question:
Download Questions PDF

What is the significance of NonActionAttribute?

Answer:

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.

Download MVC Interview Questions And Answers PDF

Previous QuestionNext Question
Name a few different return types of a controller action method?What is the significance of ASP.NET routing?