DelegateStartup クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アプリケーションで使用されるサービスとミドルウェアを初期化するために使用されます。
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(Action<IApplicationBuilder>) |
アプリケーションで使用されるサービスとミドルウェアを初期化するために使用されます。 |
DelegateStartup(IServiceProviderFactory<IServiceCollection>, Action<IApplicationBuilder>) |
新しい DelegateStartup のインスタンスを作成します。 |
メソッド
Configure(IApplicationBuilder) |
初期化Actionされた を使用して をIApplicationBuilder構成します。 |
ConfigureContainer(TBuilder) |
サービス コンテナーを設定します。 (継承元 StartupBase<TBuilder>) |
ConfigureServices(IServiceCollection) |
サービスを に登録します IServiceCollection。 (継承元 StartupBase) |
ConfigureServices(IServiceCollection) |
アプリケーションで使用されるサービスとミドルウェアを初期化するために使用されます。 (継承元 StartupBase<TBuilder>) |
CreateServiceProvider(IServiceCollection) |
指定ConfigureServices(IServiceCollection)した のIServiceProviderインスタンスを作成します。 (継承元 StartupBase) |
CreateServiceProvider(IServiceCollection) |
指定IServiceCollectionした のIServiceProviderインスタンスを作成します。 (継承元 StartupBase<TBuilder>) |