WebApplicationBuilder.Services Property

Definition

A collection of services for the application to compose. This is useful for adding user provided or framework provided services.

public Microsoft.Extensions.DependencyInjection.IServiceCollection Services { get; }
member this.Services : Microsoft.Extensions.DependencyInjection.IServiceCollection
Public ReadOnly Property Services As IServiceCollection

Property Value

Implements

Applies to