Implemented interface member:
method
Configure
Microsoft.AspNetCore.Hosting.Infrastructure.ISupportsStartup.Configure(System.Action<Microsoft.AspNetCore.Hosting.WebHostBuilderContext, Microsoft.AspNetCore.Builder.IApplicationBuilder>)
1 reference to Configure
Microsoft.AspNetCore.Hosting (1)
GenericHost\HostingStartupWebHostBuilder.cs (1)
78return _builder.Configure(configure);