码迷,mamicode.com
首页 > Web开发 > 详细

【.Net Core】DotNet CLI command (使用命令创建Controller、View等)

时间:2020-01-23 00:06:34      阅读:111      评论:0      收藏:0      [点我收藏+]

标签: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 add package Microsoft.VisualStudio.Web.CodeGeneration.Design --version 3.1.0

安装

spnet-codegenerator

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!