次の方法で共有


WebApplicationFactory<TEntryPoint>.CreateHost(IHostBuilder) メソッド

定義

IHostでブートストラップされたアプリケーションbuilderを使用して を作成します。 これは、 を使用 IHostBuilderするアプリケーションでのみ呼び出されます。 に IWebHostBuilder 基づくアプリケーションでは、代わりに が使用 CreateServer(IWebHostBuilder) されます。

protected:
 virtual Microsoft::Extensions::Hosting::IHost ^ CreateHost(Microsoft::Extensions::Hosting::IHostBuilder ^ builder);
protected virtual Microsoft.Extensions.Hosting.IHost CreateHost (Microsoft.Extensions.Hosting.IHostBuilder builder);
abstract member CreateHost : Microsoft.Extensions.Hosting.IHostBuilder -> Microsoft.Extensions.Hosting.IHost
override this.CreateHost : Microsoft.Extensions.Hosting.IHostBuilder -> Microsoft.Extensions.Hosting.IHost
Protected Overridable Function CreateHost (builder As IHostBuilder) As IHost

パラメーター

builder
IHostBuilder

IHostBuilderホストの作成に使用される 。

戻り値

IHostブートストラップされたアプリケーションを含む 。

適用対象