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 Microsoft.AspNetCore.Builder.WebApplicationBuilder used to set up the host.
protected static WebApplicationBuilder CreateHostBuilder(string[] args)
Parameters
args
String[]The command line arguments.
Returns
- WebApplicationBuilder
The initialized HostApplicationBuilder.