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


Please Help Members By Posting Answers For Below Questions

How to use multiple submit buttons in asp.net mvc?

1320


Explain the request flow in asp.net mvc framework?

1106


Possible ways to prevent xss attacks on mvc application?

1094