IHostingStartup 接口

定义

表示在生成 IWebHost时将应用于 IWebHostBuilder 的平台特定配置。

public interface class IHostingStartup
public interface IHostingStartup
type IHostingStartup = interface
Public Interface IHostingStartup
派生

方法

Configure(IWebHostBuilder)

配置 IWebHostBuilder

适用于