Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们可以在自定义脚手架中使用 tt 模板而不是 T4 模板来生成控制器和视图。
或者我们是否有将 tt 模板转换为 t4 模板的工具?
请建议。
感谢和问候克里斯蒂娜
tt 模板是 t4 模板,只是文件扩展名是 tt。
查看文件的位置: 如何在 ASP.NET MVC 3 中创建自己的脚手架模板?