Implemented interface member:
method
UseStartup
Microsoft.AspNetCore.Hosting.Infrastructure.ISupportsStartup.UseStartup(System.Type)
2 references to UseStartup
Microsoft.AspNetCore.Hosting (1)
GenericHost\HostingStartupWebHostBuilder.cs (1)
83
return _builder.
UseStartup
(startupType);
Microsoft.AspNetCore.Hosting.Tests (1)
Fakes\GenericWebHostBuilderWrapper.cs (1)
79
_builder.
UseStartup
(startupType);