共用方式為


Microsoft.AspNetCore.Hosting.Infrastructure 命名空間

介面

ISupportsConfigureWebHost

由直接處理的 ConfigureWebHost(IHostBuilder, Action<IWebHostBuilder>) IWebHostBuilders 所實作的介面。

ISupportsStartup

由處理 、 UseStartup(IWebHostBuilder, Type)UseStartup<TStartup>(IWebHostBuilder, Func<WebHostBuilderContext,TStartup>) 的 IWebHostBuilders Configure(IWebHostBuilder, Action<IApplicationBuilder>) 所實作的介面。