WebApplicationFactory<TEntryPoint>.ConfigureWebHost Method

Definition

Gives a fixture an opportunity to configure the application before it gets built.

protected virtual void ConfigureWebHost(Microsoft.AspNetCore.Hosting.IWebHostBuilder builder);

Parameters

builder
IWebHostBuilder

The IWebHostBuilder for the application.

Applies to