IHostingStartup インターフェイス

定義

をビルドするときに に適用されるプラットフォーム固有の IWebHostBuilder 構成を IWebHost表します。

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

メソッド

Configure(IWebHostBuilder)

IWebHostBuilderを構成します。

適用対象