StartupBase Class
Definition
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 by an application.
public ref class StartupBase abstract : Microsoft::AspNetCore::Hosting::IStartup
public abstract class StartupBase : Microsoft.AspNetCore.Hosting.IStartup
type StartupBase = class
interface IStartup
Public MustInherit Class StartupBase
Implements IStartup
- Inheritance
-
StartupBase
- Derived
- Implements
Constructors
StartupBase() |
Methods
Configure(IApplicationBuilder) |
Configures the application. |
ConfigureServices(IServiceCollection) |
Register services into the IServiceCollection. |
CreateServiceProvider(IServiceCollection) |
Creates an IServiceProvider instance for a given ConfigureServices(IServiceCollection). |
Explicit Interface Implementations
IStartup.ConfigureServices(IServiceCollection) |