Microsoft.AspNetCore.Hosting.Infrastructure Namespace
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.
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. |