configureAppConfiguration abstract method
Sets up the configuration for the remainder of the build process and application. This can be called multiple times and the results will be additive. The results will be available at HostBuilderContext.configuration for subsequent operations, as well as in Host.services.
Implementation
HostBuilder configureAppConfiguration(
ConfigureAppConfigurationDelegate configureDelegate,
);