Interface IAppBuilder
Interface for an application builder.
Namespace: Unity.AppUI.MVVM
Assembly: Unity.AppUI.MVVM.dll
Syntax
public interface IAppBuilder
Properties
services
The available services of the application.
Declaration
IServiceCollection services { get; }
Property Value
Type | Description |
---|---|
IServiceCollection |
Remarks
The services can be registered in the builder before building the service provider. After building the service provider, the services become read-only.