What are action filters in mvc?
Answer / Sadanand Patel
Action filters are methods that run before or after an action executes in ASP.NET MVC. They can be used for various purposes such as authorization, logging, caching, and exception handling.
| Is This Answer Correct ? | 0 Yes | 0 No |
What does model do in mvc?
Why was mvc developed?
What are the features of mvc5?
What is mvc routearea?
What are the types of filters?
Mention what is the advantages of mvc?
what are the benefits of area in mvc?
Mention what are main benefits of using mvc?
What is mvc in programming?
What is the benefit of using mvc?
What is the role of a controller in an MVC application?
What is meaning of View in MVC?