public static IWebHost BuildWebHost( string [] args) =>. WebHost.CreateDefaultBuilder(args) .UseStartup<Startup>() .UseSerilog().
確定! 回上一頁