コントローラーとビューを生成するために、Custom Scaffolding で T4 テンプレートの代わりに tt テンプレートを使用できますか?
それとも、tt テンプレートを t4 テンプレートに変換するツールはありますか?
提案してください。
ありがとう & よろしく クリスティーナ
コントローラーとビューを生成するために、Custom Scaffolding で T4 テンプレートの代わりに tt テンプレートを使用できますか?
それとも、tt テンプレートを t4 テンプレートに変換するツールはありますか?
提案してください。
ありがとう & よろしく クリスティーナ
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?