AsyncController in MVC2 and T4MVC: can they work together?

Posted by robDean on Stack Overflow See other posts from Stack Overflow or by robDean
Published on 2010-06-01T17:30:32Z Indexed on 2010/06/01 17:33 UTC
Read the original article Hit count: 460

Filed under:
|

Async actions in AsyncControllers (in MVC2) have two action methods (ActionNameAsync and ActionNameCompleted) which seem to confuse T4MVC.

If it can't be done with T4MVC, is there a way to disable it from trying to include these methods?

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about T4MVC