IDevExpressBlazorBuilder.Services Property
Returns the collection of added services.
Namespace: Microsoft.Extensions.DependencyInjection
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
Declaration
IServiceCollection Services { get; }
Property Value
Type | Description |
---|---|
IServiceCollection | An object that specifies the service collection. |
See Also