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