Interface IHostedBuilderFactory
Factory of a IHostApplicationBuilder.
public interface IHostedBuilderFactory
- Extension Methods
Methods
Create(IConfigurationSection, string[]?)
Create IHostApplicationBuilder.
IHostApplicationBuilder Create(IConfigurationSection hostConfig, string[]? args)
Parameters
hostConfig
IConfigurationSectionargs
string[]