How can i Execute a Controller's ActionMethod programatically?
- by Pure.Krome
Hi folks,
I'm trying to execute a controller's Action Method programatically and I'm not sure how.
Scenario:
When my ControllerFactory fails to find the controller, I wish it to manually execute a single action method which i have on a simple, custom controller. I don't want to rely on using any route data to determine the controller/method ..…