1

コントローラーとビューを生成するために、Custom Scaffolding で T4 テンプレートの代わりに tt テンプレートを使用できますか?

それとも、tt テンプレートを t4 テンプレートに変換するツールはありますか?

提案してください。

ありがとう & よろしく クリスティーナ

4

1 に答える 1

1

The tt templates are t4 templates, just the file extension is tt.

See the location of the files: How do I create my own Scaffold Template in ASP.NET MVC 3?

于 2013-03-05T08:19:22.113 に答える