Код: Выделить всё
public void ConfigureServices(IServiceCollection services)
{
services.AddUmbraco(env, config)
.AddBackOffice()
.AddWebsite()
.AddComposers()
.Build();
}
Подробнее здесь: https://stackoverflow.com/questions/787 ... orcollecti
Код: Выделить всё
public void ConfigureServices(IServiceCollection services)
{
services.AddUmbraco(env, config)
.AddBackOffice()
.AddWebsite()
.AddComposers()
.Build();
}