Microsoft.AspNetCore.Hosting.Infrastructure 네임스페이스

인터페이스

ISupportsConfigureWebHost

직접 처리하는 ConfigureWebHost(IHostBuilder, Action<IWebHostBuilder>) IWebHostBuilders에 의해 구현된 인터페이스입니다.

ISupportsStartup

를 직접 처리하는 Configure(IWebHostBuilder, Action<IApplicationBuilder>)UseStartup(IWebHostBuilder, Type)UseStartup<TStartup>(IWebHostBuilder, Func<WebHostBuilderContext,TStartup>) IWebHostBuilders에 의해 구현된 인터페이스입니다.