5 references to AttributeRouting
Microsoft.AspNetCore.Mvc.Core (1)
Builder\MvcApplicationBuilderExtensions.cs (1)
86
routes.Routes.Insert(0,
AttributeRouting
.CreateAttributeMegaRoute(app.ApplicationServices));
Microsoft.AspNetCore.Mvc.Core.Test (4)
Routing\AttributeRoutingTest.cs (4)
39
var route =
AttributeRouting
.CreateAttributeMegaRoute(services);
64
var route =
AttributeRouting
.CreateAttributeMegaRoute(services);
98
var route =
AttributeRouting
.CreateAttributeMegaRoute(services);
136
var route =
AttributeRouting
.CreateAttributeMegaRoute(services);