📜  dotnet core webapp - C# 代码示例

📅  最后修改于: 2022-03-11 14:48:50.839000             🧑  作者: Mango

代码示例1
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.