---
title: "What is the use of action filters in an MVC application?"  
description: "What is the use of action filters in an MVC application?"  
author: "Anonymous User"  
published: 2012-05-19  
updated: 2020-09-15  
canonical: https://www.mindstick.com/interview/1466/what-is-the-use-of-action-filters-in-an-mvc-application  
category: "asp.net mvc"  
tags: ["asp.net mvc"]  
reading_time: 1 minute  

---

# What is the use of action filters in an MVC application?

**Action Filters**allow us to add pre-action and post-action behavior to controller action methods.. An action filter is an attribute that you can apply to a controller action -- or an entire controller -- that modifies the way in which the action is executed. The ASP.NET MVC framework includes several action filters:

## Answers

### Answer by Anonymous User

**Action Filters**allow us to add pre-action and post-action behavior to controller action methods.. An action filter is an attribute that you can apply to a controller action -- or an entire controller -- that modifies the way in which the action is executed. The ASP.NET MVC framework includes several action filters:


---

Original Source: https://www.mindstick.com/interview/1466/what-is-the-use-of-action-filters-in-an-mvc-application

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
