1 write to RouteName
Microsoft.AspNetCore.Mvc.Core (1)
Routing\ConventionalRouteEntry.cs (1)
30RouteName = routeName;
6 references to RouteName
Microsoft.AspNetCore.Mvc.Core (6)
Routing\ActionEndpointFactory.cs (6)
114route.RouteName, 228if (route.RouteName != null) 230builder.Metadata.Add(new RouteNameMetadata(route.RouteName)); 238if (route.RouteName != null && routeNames.Add(route.RouteName)) 240builder.Metadata.Add(new EndpointNameMetadata(route.RouteName));