Ritesh Singh
What is the need of Action Filters in ASP.Net MVC?
By Ritesh Singh in .NET on Aug 19 2016
  • Gajanan Chavhan
    Apr, 2018 13

    Action filters are useful when we want to inject some logic before or after action method executes. for example want to check if user is authenticated or not we can use [Authorize] attribute.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS