You must Sign In to post a response.
Category: ASP.Net MVC
#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.
Return to Return to Discussion Forum