5 references to MvcAttributeRouteHandler
Microsoft.AspNetCore.Mvc.Core (5)
DependencyInjection\MvcCoreServiceCollectionExtensions.cs (1)
253
services.TryAddTransient<
MvcAttributeRouteHandler
>(); // Many per app
Routing\AttributeRouting.cs (2)
26
var
handler = services.GetRequiredService<
MvcAttributeRouteHandler
>();
Routing\MvcAttributeRouteHandler.cs (2)
29
_logger = loggerFactory.CreateLogger(typeof(
MvcAttributeRouteHandler
));
50
nameof(
MvcAttributeRouteHandler
));