Click here to Skip to main content
15,894,287 members
Articles / jQuery

Custom Filters in MVC - Authorization , Action, Result, Exception Filters.

Rate me:
Please Sign up or sign in to vote.
4.80/5 (22 votes)
24 Jul 2012CPOL3 min read 191.5K   36  
CodeProjectFilters in MVC are attributes which you can apply to a controller action or an entire controller. This will allow us to add pre and post behavior to controller action methods. There are 4 types of Filters.

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



Comments and Discussions