1 write to RouteName
Microsoft.AspNetCore.Mvc.Core (1)
Routing\AttributeRoute.cs (1)
224
routeInfo.
RouteName
= action.AttributeRouteInfo.Name;
3 references to RouteName
Microsoft.AspNetCore.Mvc.Core (3)
Routing\AttributeRoute.cs (3)
95
routeInfo.
RouteName
,
102
$"Route name '{routeInfo.
RouteName
}' and template '{routeInfo.RouteTemplate!.TemplateText}'.",
123
group.Key.
RouteName
,