Implemented interface member:
method
GetSetting
Microsoft.AspNetCore.Hosting.IWebHostBuilder.GetSetting(System.String)
3 references to GetSetting
Microsoft.AspNetCore (1)
WebHost.cs (1)
163if (string.IsNullOrEmpty(builder.GetSetting(WebHostDefaults.ContentRootKey)))
Microsoft.AspNetCore.Hosting (2)
WebHostBuilder.cs (2)
47if (string.IsNullOrEmpty(GetSetting(WebHostDefaults.EnvironmentKey))) 54if (string.IsNullOrEmpty(GetSetting(WebHostDefaults.ServerUrlsKey)))