csharpfritz / csharp_with_csharpfritz

Show notes, slides, and samples from the CSharp with CSharpFritz show
MIT License
662 stars 215 forks source link

Action filters #130

Closed sheridanchris closed 2 years ago

sheridanchris commented 2 years ago

An idea for what to cover in a future series/video is Action filters in ASP.NET Core. Specifically:

  1. How to create a synchronous or asynchronous action filters with IActionFilter and IActionFilterAsync.
  2. How to create action filter attributes using ActionFilterAttribute & How to apply them globally, or per route/controller

and anything else you'd feel is helpful / useful to learn