IHostingStartup Interface 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents platform specific configuration that will be applied to a IWebHostBuilder when building an IWebHost.
public interface class IHostingStartuppublic interface IHostingStartuptype IHostingStartup = interfacePublic Interface IHostingStartup- Derived
Methods
| Configure(IWebHostBuilder) | Configure the IWebHostBuilder. |