C# Corner
Tech
News
Videos
Forums
Trainings
Books
Events
More
Interviews
Jobs
Live
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
.NET
ADO.NET
Android
ASP.NET
C#
Databases & DBA
Design Patterns & Practices
Java
Learn iOS Programming
OOP/OOD
SharePoint
Software Testing
Web Development
WPF
View All
3
Reply
What is action filters in ASP.NET MVC?
Ankit Kumar
13y
3.2k
0
Reply
Delete Row
Delete Column
Insert Link
×
Insert
Cancel
Embed YouTube Video
×
Width (%)
Height (%)
Insert
Cancel
Table Options
×
Rows
Columns
First row as header
Create Table
Insert Image
×
Selected file:
Alignment
Left
Center
Right
Select an image from your device to upload
Upload to Server
Cancel
Submit
Kindly refer this link to understand real facts.http://www.dotnetpiper.com/
Sachin Kalia
11y
0
http://www.asp.net/mvc/tutorials/older-versions/controllers-and-routing/understanding-action-filters-cs
Munesh Sharma
11y
0
An action filter is an attribute that we can apply to on top of controller or controller 's action method. This is used to modifies the way of calling of action method. Action filter code run before or after the execution of action method. Action filter represents a cross-cutting concern to our action method.
Jignesh Trivedi
11y
0
What are transactions in WCF?
What are the different types of action filters in ASP.NET MVC?
Message