Namespace Codebelt.Bootstrapper.Web
The Codebelt.Bootstrapper.Web namespace offers an implementation optimized for web applications that is managed by its host.
Availability: .NET 10 and .NET 9
Extension Methods
| Type | Ext | Methods |
|---|---|---|
| WebApplicationBuilder | ⬇️ | UseBootstrapperLifetime |
Classes
- MinimalWebProgram
The base entry point of an application optimized for web applications.
- WebProgram<TStartup>
The entry point of an application responsible for registering its WebStartup partner.
- WebStartup
Provides the base class of a conventional based
Startupclass for web applications.