摘要: 本文讲解Microsoft.AspNetCore.Hosting的知识点 先看一下,.Net.Core哪些地方用到了? 在Program.cs中的 var host = new WebHostBuilder().UseKestrel() .UseContentRoot(Directory.GetCu 阅读全文
posted @ 2017-08-10 17:00 浩然无为 阅读(596) 评论(0) 推荐(0) 编辑