StartupRoot Class
Definition
- Namespace
- Codebelt.Bootstrapper
- Assemblies
- Codebelt.Bootstrapper.dll
Provides the base class of a conventional based Startup class.
public abstract class StartupRoot
- Inheritance
-
StartupRoot
- Derived
Constructors
| Name | Description |
|---|---|
| StartupRoot(IConfiguration, IHostEnvironment) | Initializes a new instance of the StartupRoot class. |
Properties
| Name | Description |
|---|---|
| Configuration | Gets the IConfiguration of this instance. |
| Environment | Gets the IHostEnvironment of this instance. |
Methods
| Name | Description |
|---|---|
| ConfigureServices(IServiceCollection) | Register services into the IServiceCollection. |