IStartup Interface

Namespace
Microsoft.AspNetCore.Hosting
Assemblies
  • Microsoft.AspNetCore.Hosting.Abstractions

Syntax

public interface IStartup
interface Microsoft.AspNetCore.Hosting.IStartup

Methods

Configure(Microsoft.AspNetCore.Builder.IApplicationBuilder)
void Configure(IApplicationBuilder app)
ConfigureServices(Microsoft.Extensions.DependencyInjection.IServiceCollection)
Return type:System.IServiceProvider
IServiceProvider ConfigureServices(IServiceCollection services)