我想使用.net core cli在我的项目中添加以下文件。我正在使用.net core 2.1
class file(eg: test.cs)
controller(eg: testController.cs)
view(eg: MyView.cs)
如何在我的项目中添加此文件。任何人都可以帮助我。 谢谢...
答案 0 :(得分:0)
阅读FelipeGavilán的这篇文章https://gavilan.blog/2018/04/28/asp-net-core-2-doing-scaffolding-with-dotnet-cli-aspnet-codegenerator/
示例:dotnet aspnet-codegenerator controller -name TestController