Microsoft.AspNetCore.Hosting.Infrastructure Namespace

Interfaces

ISupportsConfigureWebHost

An interface implemented by IWebHostBuilders that handle ConfigureWebHost(IHostBuilder, Action<IWebHostBuilder>) directly.

ISupportsStartup

An interface implemented by IWebHostBuilders that handle Configure(IWebHostBuilder, Action<IApplicationBuilder>), UseStartup(IWebHostBuilder, Type) and UseStartup<TStartup>(IWebHostBuilder, Func<WebHostBuilderContext,TStartup>) directly.