6 references to UseSpecificControllers
Microsoft.AspNetCore.Mvc.FunctionalTests (6)
AntiforgeryMiddlewareTest.cs (6)
26builder.Services.AddMvcCore().UseSpecificControllers(typeof(TestController)); 58builder.Services.AddMvcCore().UseSpecificControllers(typeof(TestWithBothAttributesController)).AddViews(); 72builder.Services.AddMvcCore().UseSpecificControllers(typeof(TestController)).AddViews(); 99builder.Services.AddMvcCore().UseSpecificControllers(typeof(TestController)); 142builder.Services.AddMvcCore().UseSpecificControllers(typeof(TestController)).AddViews(); 174builder.Services.AddMvcCore().UseSpecificControllers(typeof(TestWithRequestSizeLimitController));