0 votes
in C Sharp by

 What are Action Filters in MVC?

1 Answer

0 votes
by

Action Filters are additional attributes that can be applied to either a controller section or the entire controller to modify the way in which action is executed. These attributes are special .NET classes derived from system attributes, which can be attached to classes, methods, properties, and fields.

Related questions

0 votes
0 votes
0 votes
asked Jul 30, 2021 in C Sharp by DavidAnderson
0 votes
0 votes
asked Jan 20, 2020 in C Sharp by AdilsonLima
...