1 write to TemplateBinder
Microsoft.AspNetCore.Routing (1)
Tree\TreeRouter.cs (1)
95var outboundMatch = new OutboundMatch() { Entry = entry, TemplateBinder = binder };
3 references to TemplateBinder
Microsoft.AspNetCore.Routing (3)
Tree\OutboundMatch.cs (1)
21/// Gets or sets the <see cref="TemplateBinder"/>.
Tree\TreeRouter.cs (2)
160var path = GenerateVirtualPath(context, matches[i].Match.Entry, matches[i].Match.TemplateBinder); 270var path = GenerateVirtualPath(context, match.Entry, match.TemplateBinder);