adspace
What is the use of action filters in an mvc application?
Answer Posted / Bhajan Veer Singh
Action Filters are used to execute code before or after the action method executes. They can be used for purposes such as authentication, caching, exception handling, and more.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers