Class MinimalWebProgram
- Namespace
- Codebelt.Bootstrapper.Web
- Assembly
- Codebelt.Bootstrapper.Web.dll
The base entry point of an application optimized for web applications.
public abstract class MinimalWebProgram : ProgramRoot- Inheritance
- 
      
      
      MinimalWebProgram
Methods
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.