IStartup Interface

Definition

Provides an interface for initializing services and middleware used by an application.

public interface class IStartup
public interface IStartup
type IStartup = interface
Public Interface IStartup
Derived

Methods

Configure(IApplicationBuilder)

Configures the application.

ConfigureServices(IServiceCollection)

Register services into the IServiceCollection.

Applies to