如何在我的Dotnet核心项目中添加寺庙

时间:2018-12-02 15:08:53

标签: asp.net-core .net-core asp.net-core-mvc command-line-interface

我想使用.net core cli在我的项目中添加以下文件。我正在使用.net core 2.1

class file(eg: test.cs)
controller(eg: testController.cs)
view(eg: MyView.cs)

如何在我的项目中添加此文件。任何人都可以帮助我。 谢谢...

1 个答案:

答案 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