03 2019 档案
摘要:在.NET CORE 中,依赖注入非常常见, 在原先的 HttpContext中常用的server.Mappath已经么有了如下: HttpContext.Current.Server.MapPath(“xx“) 取而代之的是IHostingEnvironment 环境变量 可以通过依赖注入方式来使
阅读全文
摘要:private readonly IHttpClientFactory _iHttpClientFactory; public static NetHelper Get = new NetHelper(); public NetHelper() { var serviceCollection = n
阅读全文