Asynchronous actions in AsyncControllers (in MVC2) have two action methods (ActionNameAsync and ActionNameCompleted), which seem to confuse T4MVC.
If this is not possible with T4MVC, is there a way to disable it from trying to enable these methods?
source share