MVC Part 69: Action Filters with Code Samples

Learn about action filters in MVC with code examples. Enhance your application by applying filters effectively. 🍽️

MVC Part 69: Action Filters with Code Samples
kudvenkat
176.4K views • Aug 3, 2013
MVC Part 69: Action Filters with Code Samples

About this video

Link for code samples used in the demo
http://csharp-video-tutorials.blogspot.com/2013/08/part-69-action-filters-in-mvc.html

Healthy diet is very important both for the body and mind. If you like Aarvi Kitchen recipes, please support by sharing, subscribing and liking our YouTube channel. Hope you can help.
https://www.youtube.com/channel/UC7sEwIXM_YfAMyonQCrGfWA/?sub_confirmation=1

Link for csharp, asp.net, ado.net, dotnet basics, mvc and sql server video tutorial playlists
http://www.youtube.com/user/kudvenkat/playlists

What are action filters in asp.net mvc?
Action filters are attributes that can be applied either on a controller action method or on a controller. When applied at the controller level, they are applicable for all actions within that controller. Action filters allow us to add, pre and post processing logic to an action method. This means, they allow us to modify the way in which an action is executed.

Name a few action filters in mvc?
Authorize
ChildActionOnly
HandleError
OutputCache
RequireHttps
ValidateInput
ValidateAntiForgeryToken

We will discuss each of these action filters in detail in our upcoming videos.

Can you create a custom action filter in mvc?
Yes, we will discuss this in a later video session.

Tags and Topics

Browse our collection to discover more content in these categories.

Video Information

Views

176.4K

Likes

425

Duration

2:13

Published

Aug 3, 2013

User Reviews

4.0
(35)
Rate:

Related Trending Topics

LIVE TRENDS

Related trending topics. Click any trend to explore more videos.

Trending Now