1 write to Template
Microsoft.AspNetCore.Components (1)
RouteAttribute.cs (1)
20Template = template;
2 references to Template
Microsoft.AspNetCore.Components (1)
Routing\RouteTableFactory.cs (1)
109templates[i] = attribute.Template;
Microsoft.AspNetCore.Components.Endpoints (1)
Discovery\IRazorComponentApplication.cs (1)
36RouteTemplates = routes.Select(r => r.Template).ToList(),