What is filter mvc?
Answer / Sanjiv Kumar
A filter in MVC is a mechanism for executing code before or after an action method is invoked. Filters are used to handle cross-cutting concerns, such as authorization and error handling, without cluttering the controller code.
| Is This Answer Correct ? | 0 Yes | 0 No |
How can we implement validation in mvc?
Which is better mvc or mvvm?
Explain MVC (Model-View-Controller) in general?
In an MVC application, what are the segments of the default route ?
Explain the MVC pattern with example
What does the mvc pattern define with 3 logical layers?
What is mvc state management?
Why razor is used in mvc?
What is mvc and why it is used?
Mention what are the two ways to add constraints to a route?
What is mvc razor?
Mention the order of the filters that get executed, if the multiple filters are implemented?