📜  创建一个 dotnet 核心 Web 应用程序 - 任何代码示例

📅  最后修改于: 2022-03-11 15:00:07.494000             🧑  作者: Mango

代码示例3
dotnet new webApp -o myWebApp --no-https
cd myWebApp
dotnet run

#Open Pages/Index.cshtml in any text editor and replace all of the code with the following,
#then save the file.