コード例 #1
0
ファイル: Program.cs プロジェクト: KathleenJu/HelloWorld
 public static void Main(string[] args)
 {
     WebHostBuilder.StartWebHost(args);
 }