1 type derived from TemplateBinderFactory
Microsoft.AspNetCore.Routing (1)
Template\DefaultTemplateBinderFactory.cs (1)
10internal sealed class DefaultTemplateBinderFactory : TemplateBinderFactory
6 references to TemplateBinderFactory
Microsoft.AspNetCore.Routing (5)
DefaultLinkGenerator.cs (2)
24private readonly TemplateBinderFactory _binderFactory; 39TemplateBinderFactory binderFactory,
DependencyInjection\RoutingServiceCollectionExtensions.cs (1)
113services.TryAddSingleton<TemplateBinderFactory, DefaultTemplateBinderFactory>();
RouteBase.cs (2)
293var binderFactory = context.RequestServices.GetRequiredService<TemplateBinderFactory>();
Microsoft.AspNetCore.Routing.Tests (1)
LinkGeneratorTestBase.cs (1)
74serviceProvider.GetRequiredService<TemplateBinderFactory>(),