Namespace Codebelt.Bootstrapper.Web
The Codebelt.Bootstrapper.Web
namespace offers an implementation optimized for web applications that is managed by its host.
Availability: .NET 9 and .NET 8
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
Startup
class for web applications.