disableDefaults property

bool disableDefaults
getter/setter pair

If 'false', configures the HostApplicationBuilder instance with pre-configured defaults. This has a similar effect to calling HostingHostBuilderExtensions.configureDefaults().

Implementation

bool disableDefaults;