Where can I find the API specification for MvcTextTemplateHost?

后端 未结 5 1764
迷失自我
迷失自我 2021-01-02 18:53

I\'m trying to use a custom T4 template for adding new Controllers to a MVC 3 project. I have my own template as Scott Hanselman wrote on http://www.hanselman.com/blog/Modif

5条回答
  •  粉色の甜心
    2021-01-02 19:20

    Reflector would be your best option. It allows you to decompile the DLL. You can download it directly at http://shop.reflector.net/download.

提交回复
热议问题