5 references to AddControllers
AspireWithMaui.WeatherApi (1)
Program.cs (1)
7
builder.Services.
AddControllers
();
Microsoft.AspNetCore.Diagnostics.Middleware.Tests (2)
Logging\AcceptanceTests.Mvc.cs (1)
41
.
AddControllers
(); // Allows to read routes from classes annotated with [ApiController] attribute.
Logging\AcceptanceTests.Routing.cs (1)
32
.
AddControllers
();
Microsoft.AspNetCore.Mvc (2)
MvcServiceCollectionExtensions.cs (2)
250
/// To add services for controllers for APIs call <see cref="
AddControllers
(IServiceCollection)"/>.
281
/// To add services for controllers for APIs call <see cref="
AddControllers
(IServiceCollection)"/>.