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