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