WebStartup Class
Definition
- Namespace
- Codebelt.Bootstrapper.Web
- Assemblies
- Codebelt.Bootstrapper.Web.dll
Provides the base class of a conventional based Startup class for web applications.
public abstract class WebStartup : StartupRoot
- Inheritance
-
WebStartup
- Inherited Members
Constructors
| Name | Description |
|---|---|
| WebStartup(IConfiguration, IHostEnvironment) | Initializes a new instance of the WebStartup class. |
Methods
| Name | Description |
|---|---|
| Configure(IApplicationBuilder) | Delegates the application pipeline configuration to ConfigurePipeline(IApplicationBuilder). |
| ConfigurePipeline(IApplicationBuilder) | Configures the application pipeline. |