CreateHostBuilder Method
Definition
- Namespace
- Codebelt.Bootstrapper.Web
- Assemblies
- Codebelt.Bootstrapper.Web.dll
CreateHostBuilder(string[])
Creates an WebApplicationBuilder used to set up the host.
protected static WebApplicationBuilder CreateHostBuilder(string[] args)
Parameters
argsstring[]The command line arguments.
Returns
- WebApplicationBuilder
The initialized HostApplicationBuilder.