0 votes
in C Sharp by

 What are the Filters in MVC?

1 Answer

0 votes
by

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. 

Related questions

0 votes
0 votes
0 votes
asked Mar 6, 2020 in C Sharp by Hodge
0 votes
0 votes
0 votes
asked Jul 30, 2021 in C Sharp by DavidAnderson
...