4 references to TestController
Microsoft.AspNetCore.Mvc.FunctionalTests (4)
AntiforgeryMiddlewareTest.cs (4)
26builder.Services.AddMvcCore().UseSpecificControllers(typeof(TestController)); 72builder.Services.AddMvcCore().UseSpecificControllers(typeof(TestController)).AddViews(); 99builder.Services.AddMvcCore().UseSpecificControllers(typeof(TestController)); 142builder.Services.AddMvcCore().UseSpecificControllers(typeof(TestController)).AddViews();