【ASP.NET Core快速入门】(七)WebHost的配置、 IHostEnvironment和 IApplicationLifetime介绍、dotnet watch run 和attach到进程调试
摘要:
WebHost的配置 我们用vs2017新建一个空网站HelloCore 这里的CreateDefaultBuilde实际上已经在内部替我们做好了默认配置。 UseKestrel 使用kestrel server来处理请求 UseContentRoot 设置站点目录 ConfigureAppConf 阅读全文
posted @ 2017-12-20 00:37 一个大西瓜咚咚咚 阅读(4498) 评论(0) 推荐(2) 编辑