DelegateStartup 클래스

정의

애플리케이션에서 사용하는 서비스 및 미들웨어를 초기화하는 데 사용됩니다.

public ref class DelegateStartup : Microsoft::AspNetCore::Hosting::StartupBase
public ref class DelegateStartup : Microsoft::AspNetCore::Hosting::StartupBase<Microsoft::Extensions::DependencyInjection::IServiceCollection ^>
public class DelegateStartup : Microsoft.AspNetCore.Hosting.StartupBase
public class DelegateStartup : Microsoft.AspNetCore.Hosting.StartupBase<Microsoft.Extensions.DependencyInjection.IServiceCollection>
type DelegateStartup = class
    inherit StartupBase
type DelegateStartup = class
    inherit StartupBase<IServiceCollection>
Public Class DelegateStartup
Inherits StartupBase
Public Class DelegateStartup
Inherits StartupBase(Of IServiceCollection)
상속
DelegateStartup
상속

생성자

DelegateStartup(Action<IApplicationBuilder>)

애플리케이션에서 사용하는 서비스 및 미들웨어를 초기화하는 데 사용됩니다.

DelegateStartup(IServiceProviderFactory<IServiceCollection>, Action<IApplicationBuilder>)

DelegateStartup 인스턴스를 만듭니다.

메서드

Configure(IApplicationBuilder)

초기화된 ActionIApplicationBuilder 사용하여 을 구성합니다.

ConfigureContainer(TBuilder)

서비스 컨테이너를 설정합니다.

(다음에서 상속됨 StartupBase<TBuilder>)
ConfigureServices(IServiceCollection)

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

(다음에서 상속됨 StartupBase)
ConfigureServices(IServiceCollection)

애플리케이션에서 사용하는 서비스 및 미들웨어를 초기화하는 데 사용됩니다.

(다음에서 상속됨 StartupBase<TBuilder>)
CreateServiceProvider(IServiceCollection)

지정된 ConfigureServices(IServiceCollection)IServiceProvider 대한 instance 만듭니다.

(다음에서 상속됨 StartupBase)
CreateServiceProvider(IServiceCollection)

지정된 IServiceCollectionIServiceProvider 대한 instance 만듭니다.

(다음에서 상속됨 StartupBase<TBuilder>)

적용 대상