IStartup 接口

定义

提供用于初始化应用程序使用的服务和中间件的接口。

public interface class IStartup
public interface IStartup
type IStartup = interface
Public Interface IStartup
派生

方法

Configure(IApplicationBuilder)

配置应用程序。

ConfigureServices(IServiceCollection)

将服务注册到 IServiceCollection

适用于