WebApplicationFactory<TEntryPoint>.Factories Property

Definition

Gets the IReadOnlyList<T> of factories created from this factory by further customizing the IWebHostBuilder when calling WithWebHostBuilder(Action<IWebHostBuilder>).

public:
 property System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Mvc::Testing::WebApplicationFactory<TEntryPoint> ^> ^ Factories { System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Mvc::Testing::WebApplicationFactory<TEntryPoint> ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Mvc.Testing.WebApplicationFactory<TEntryPoint>> Factories { get; }
member this.Factories : System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Mvc.Testing.WebApplicationFactory<'EntryPoint>>
Public ReadOnly Property Factories As IReadOnlyList(Of WebApplicationFactory(Of TEntryPoint))

Property Value

Applies to