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