【.Net Core】DotNet CLI command (使用命令创建Controller、View等)
2021-04-25 08:28
标签:comm 地址 netcore word net stc add des nuget 官方文档地址:>>>https://docs.microsoft.com/en-us/aspnet/core/fundamentals/tools/dotnet-aspnet-codegenerator?view=aspnetcore-3.1 版本: dotnet core 3.1 PS:需要安装nuget package 安装 dotnet tool install -g dotnet-aspnet-codegenerator Add Controller dotnet aspnet-codegenerator controller -name TestController Add View dotnet aspnet-codegenerator view Index Empty 【.Net Core】DotNet CLI command (使用命令创建Controller、View等) 标签:comm 地址 netcore word net stc add des nuget 原文地址:https://www.cnblogs.com/braink-1400/p/12229887.html
dotnet add package Microsoft.VisualStudio.Web.CodeGeneration.Design --version 3.1.0
spnet-codegenerator
文章标题:【.Net Core】DotNet CLI command (使用命令创建Controller、View等)
文章链接:http://soscw.com/index.php/essay/79334.html