1 implementation of Name
Microsoft.AspNetCore.Routing (1)
RouteBase.cs (1)
85public virtual string? Name { get; protected set; }
2 references to Name
Microsoft.AspNetCore.Routing (2)
RouteCollection.cs (2)
51if (!string.IsNullOrEmpty(namedRouter.Name)) 53_namedRoutes.Add(namedRouter.Name, namedRouter);