8 references to AddControllers
ApiExplorerWebSite (1)
Startup.cs (1)
16
services.
AddControllers
(options =>
ApplicationModelWebSite (1)
Startup.cs (1)
11
services.
AddControllers
(options =>
CorsWebSite (1)
Startup.cs (1)
13
services.
AddControllers
(ConfigureMvcOptions);
FormatterWebSite (3)
Startup.cs (1)
12
services.
AddControllers
(options =>
StartupWithComplexParentValidation.cs (1)
11
.
AddControllers
(options => options.ValidateComplexTypesIfChildValidationFails = true)
StartupWithRespectBrowserAcceptHeader.cs (1)
10
services.
AddControllers
(options =>
GenericHostWebSite (1)
Startup.cs (1)
17
.
AddControllers
(options =>
VersioningWebSite (1)
Startup.cs (1)
13
services.
AddControllers
(ConfigureMvcOptions)