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