1 write to SuppressPathMatching
Microsoft.AspNetCore.Mvc.Core (1)
Routing\AttributeRoute.cs (1)
198
routeInfo.
SuppressPathMatching
= action.AttributeRouteInfo.SuppressPathMatching;
1 reference to SuppressPathMatching
Microsoft.AspNetCore.Mvc.Core (1)
Routing\AttributeRoute.cs (1)
131
.Where(routeInfo => !routeInfo.
SuppressPathMatching
)