Explain the role of "actionfilters" in mvc?
Answer / Padmabahadur Yadav
ActionFilters in MVC are used to modify the behavior of action methods before or after they are executed. They can be used for various purposes such as authorization, logging, exception handling, and caching.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is mvc flow?
What is mvc request life cycle?
What is a service layer in mvc?
What does mvc mean?
What is mvc routearea?
What is mvc core?
Who invented mvc?
What is the concept of mvc?
Explain what are the steps for the execution of an mvc project?
What are the two ways for adding constraints to a route?
What are viewmodels in mvc?
How the Routes in webform application and an MVC application differ?