In this section, we shall learn about Action Invoker in ASP.NET MVC.
Action Invoker help us to create custom action invoker in ASP.NET MVC through which we will have the ability to invoke the action methods based on our logic, we can also redirect a particular action method request to some other action method within the same controller or other controller.
There are two ways to create custom action inovker in ASP.NET MVC
Let's see all of them in action in following posts