What are the Filters in MVC?
- Sharad Jaiswal
- 22nd Feb, 2018
1 answer(s) :
-
Reply
"
In MVC, controllers define action methods and these action methods generally have a one-to-one relationship with UI controls such as clicking a button or a link, etc. For example, in one of our previous examples, the UserController class contained methods UserAdd, UserDelete, etc. However, the users would often like to perform some action before or after a particular operation.
Post your Answer :
Valid name is required.
Valid name is required.
Valid email id is required.
Ankita Lal
23rd Jan, 2020