WebApplicationFactory<TEntryPoint>.ConfigureWebHost メソッド

定義

構築前にアプリケーションを構成する機会をフィクスチャに提供します。

protected:
 virtual void ConfigureWebHost(Microsoft::AspNetCore::Hosting::IWebHostBuilder ^ builder);
protected virtual void ConfigureWebHost (Microsoft.AspNetCore.Hosting.IWebHostBuilder builder);
abstract member ConfigureWebHost : Microsoft.AspNetCore.Hosting.IWebHostBuilder -> unit
override this.ConfigureWebHost : Microsoft.AspNetCore.Hosting.IWebHostBuilder -> unit
Protected Overridable Sub ConfigureWebHost (builder As IWebHostBuilder)

パラメーター

builder
IWebHostBuilder

IWebHostBuilderアプリケーションの 。

適用対象