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 do you mean by mvc scaffolding?
Mention how can maintain session in mvc?
List out the types of result in mvc?
Mention what is the use of the default route {resource}.axd/{*pathinfo} ?
What is modelstate isvalid in mvc?
What is areas in mvc?
What is the purpose of mvc?
How do you implement forms authentication in mvc?
How can you maintain session in mvc?
What is @html in mvc?
What are Filters in MVC?
What is the page Lifecycle of the MVC ?