Answer Posted / 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 |
Post New Answer View All Answers