DotNet Core3.1通过命令行生成Controller和Views

全局安装/更新代码生成组件
dotnet tool install -g dotnet-aspnet-codegenerator
dotnet tool update -g dotnet-aspnet-codegenerator

你可能感兴趣的:(dotnet,dotnet-cli,controller,view)