Implemented interface member:
method
Configure
Microsoft.AspNetCore.Hosting.Infrastructure.ISupportsStartup.Configure(System.Action<Microsoft.AspNetCore.Builder.IApplicationBuilder>)
2 references to Configure
Microsoft.AspNetCore.Hosting (1)
GenericHost\HostingStartupWebHostBuilder.cs (1)
73return _builder.Configure(configure);
Microsoft.AspNetCore.Hosting.Tests (1)
Fakes\GenericWebHostBuilderWrapper.cs (1)
32_builder.Configure(configure);