Ankit Kumar
What is action filters in ASP.NET MVC?
By Ankit Kumar in ASP.NET MVC on Sep 11 2012
  • Sachin Kalia
    Jun, 2014 5

    Kindly refer this link to understand real facts.http://www.dotnetpiper.com/

    • 0
  • Munesh Sharma
    Apr, 2014 24

    http://www.asp.net/mvc/tutorials/older-versions/controllers-and-routing/understanding-action-filters-cs

    • 0
  • Jignesh Trivedi
    Apr, 2014 24

    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.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS