You must Sign In to post a response.
  • Category: ASP.Net MVC

    Custom filter - action filter

    i want to create action filter a cutom filter . how to create ?.
  • #770096
    You can create a custom action filter in two ways, first, by implementing the IActionFilter interface and the FilterAttribute class. Second, by deriving the ActionFilterAttribute abstract class.


  • Sign In to post your comments