StartupBase<TBuilder> Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Base class for initializing services and middlewares used for configuring a TBuilder
.
generic <typename TContainerBuilder>
public ref class StartupBase abstract : Microsoft::AspNetCore::Hosting::IStartup
generic <typename TBuilder>
public ref class StartupBase abstract : Microsoft::AspNetCore::Hosting::StartupBase
C#
public abstract class StartupBase<TContainerBuilder> : Microsoft.AspNetCore.Hosting.IStartup
C#
public abstract class StartupBase<TBuilder> : Microsoft.AspNetCore.Hosting.StartupBase
type StartupBase<'ContainerBuilder> = class
interface IStartup
type StartupBase<'Builder> = class
inherit StartupBase
Public MustInherit Class StartupBase(Of TContainerBuilder)
Implements IStartup
Public MustInherit Class StartupBase(Of TBuilder)
Inherits StartupBase
- TContainerBuilder TBuilder
The type of builder associated with the startup configuration.
- Inheritance
-
StartupBase<TBuilder>
- Inheritance
- Derived
- Implements
Startup |
Constructor for StartupBase class. |
Configure(IApplication |
|
Configure(IApplication |
Configures the application. (Inherited from StartupBase) |
Configure |
Sets up the service container. |
Configure |
|
Configure |
Register services into the IServiceCollection. (Inherited from StartupBase) |
Create |
Creates an IServiceProvider instance for a given IServiceCollection. |
IStartup. |
|
IStartup. |
(Inherited from StartupBase) |
Product | Versions |
---|---|
ASP.NET Core | 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |