WebApplicationFactory<TEntryPoint>.Services Property

Definition

Gets the IServiceProvider created by the server associated with this WebApplicationFactory<TEntryPoint>.

public:
 virtual property IServiceProvider ^ Services { IServiceProvider ^ get(); };
public virtual IServiceProvider Services { get; }
member this.Services : IServiceProvider
Public Overridable ReadOnly Property Services As IServiceProvider

Property Value

Applies to