WebApplicationFactory<TEntryPoint>.WithWebHostBuilder(Action<IWebHostBuilder>) Metoda

Definice

Vytvoří nový WebApplicationFactory<TEntryPoint> s objektem IWebHostBuilder , který je dále přizpůsoben configuration .

public:
 Microsoft::AspNetCore::Mvc::Testing::WebApplicationFactory<TEntryPoint> ^ WithWebHostBuilder(Action<Microsoft::AspNetCore::Hosting::IWebHostBuilder ^> ^ configuration);
public Microsoft.AspNetCore.Mvc.Testing.WebApplicationFactory<TEntryPoint> WithWebHostBuilder (Action<Microsoft.AspNetCore.Hosting.IWebHostBuilder> configuration);
member this.WithWebHostBuilder : Action<Microsoft.AspNetCore.Hosting.IWebHostBuilder> -> Microsoft.AspNetCore.Mvc.Testing.WebApplicationFactory<'EntryPoint (requires 'EntryPoint : null)>
Public Function WithWebHostBuilder (configuration As Action(Of IWebHostBuilder)) As WebApplicationFactory(Of TEntryPoint)

Parametry

configuration
Action<IWebHostBuilder>

Action<T>Ke konfiguraci IWebHostBuilder .

Návraty

WebApplicationFactory<TEntryPoint>

Nový WebApplicationFactory<TEntryPoint> .

Platí pro