Пример #1
0
 public static IWebHostBuilder ConfigureDefaultStartup(this IWebHostBuilder builder, string contentRootPath = null)
 {
     return(builder.ConfigureStartup <DefaultStartupConfigurationService>(contentRootPath));
 }