Implemented interface member:
method
UseSetting
Microsoft.AspNetCore.Hosting.IWebHostBuilder.UseSetting(System.String, System.String)
6 references to UseSetting
Microsoft.AspNetCore.Hosting (6)
GenericHost\GenericWebHostBuilder.cs (4)
170UseSetting(WebHostDefaults.ApplicationKey, startupAssemblyName); 193UseSetting(WebHostDefaults.ApplicationKey, startupAssemblyName); 316UseSetting(WebHostDefaults.ApplicationKey, startupAssemblyName); 339UseSetting(WebHostDefaults.ApplicationKey, startupAssemblyName);
GenericHost\HostingStartupWebHostBuilder.cs (1)
52_builder.UseSetting(key, value);
GenericHost\SlimWebHostBuilder.cs (1)
81UseSetting(WebHostDefaults.ApplicationKey, startupAssemblyName);