1 write to Conventions
Microsoft.AspNetCore.Mvc.Core (1)
Routing\ConventionalRouteEntry.cs (1)
33
Conventions
= conventions;
3 references to Conventions
Microsoft.AspNetCore.Mvc.Core (3)
Routing\ActionEndpointFactory.cs (3)
120
perRouteConventions: route.
Conventions
,
253
for (var i = 0; i < route.
Conventions
.Count; i++)
255
route.
Conventions
[i](builder);