IStartup 인터페이스

정의

애플리케이션에서 사용하는 서비스 및 미들웨어를 초기화하기 위한 인터페이스를 제공합니다.

public interface class IStartup
public interface IStartup
type IStartup = interface
Public Interface IStartup
파생

메서드

Configure(IApplicationBuilder)

애플리케이션을 구성합니다.

ConfigureServices(IServiceCollection)

에 서비스를 등록합니다 IServiceCollection.

적용 대상