StartupMethods Class

Namespace
Microsoft.AspNetCore.Hosting.Internal
Assemblies
  • Microsoft.AspNetCore.Hosting

Syntax

public class StartupMethods
class Microsoft.AspNetCore.Hosting.Internal.StartupMethods

Constructors

StartupMethods(System.Action<Microsoft.AspNetCore.Builder.IApplicationBuilder>)
public StartupMethods(Action<IApplicationBuilder> configure)
StartupMethods(System.Action<Microsoft.AspNetCore.Builder.IApplicationBuilder>, System.Func<Microsoft.Extensions.DependencyInjection.IServiceCollection, System.IServiceProvider>)
public StartupMethods(Action<IApplicationBuilder> configure, Func<IServiceCollection, IServiceProvider> configureServices)

Properties

Microsoft.AspNetCore.Hosting.Internal.StartupMethods.ConfigureDelegate
Return type:System.Action<Microsoft.AspNetCore.Builder.IApplicationBuilder>
public Action<IApplicationBuilder> ConfigureDelegate { get; }
Microsoft.AspNetCore.Hosting.Internal.StartupMethods.ConfigureServicesDelegate
Return type:System.Func<Microsoft.Extensions.DependencyInjection.IServiceCollection>
public Func<IServiceCollection, IServiceProvider> ConfigureServicesDelegate { get; }