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