What are the levels at which filters can be applied in an asp.net mvc application?
Samir Bhogayta
There are two levels to apply Filters in MVC application.*Global level * Controller level * Action level.
1. Action Method 2. Controller 3. Application