Explain me what is the significance of NonActionAttribute?
Submitted by: MuhammadIn 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
Submitted by: Muhammad
Read Online MVC Developer Job Interview Questions And Answers
Top MVC Developer Questions
| ☺ | Tell me in which assembly is the MVC framework is defined? |
| ☺ | Explain what are Filters in MVC? |
| ☺ | Tell us attribute based routing in MVC? |
| ☺ | Suppose if we have multiple filters, what’s the sequence for execution? |
| ☺ | Tell us what are the Difference between ViewBag&ViewData? |
Top Coding/Programming Categories
| ☺ | Python Interview Questions. |
| ☺ | OOP Interview Questions. |
| ☺ | Software engineering Interview Questions. |
| ☺ | PHP Interview Questions. |
| ☺ | VBA (Visual Basic for Applications) Interview Questions. |
