3 implementations of Apply
Microsoft.AspNetCore.Mvc.RazorPages (3)
ApplicationModels\PageConventionCollection.cs (2)
295public void Apply(PageRouteModel model) 323public void Apply(PageRouteModel model)
ApplicationModels\PageRouteTransformerConvention.cs (1)
29public void Apply(PageRouteModel model)
1 reference to Apply
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\PageActionDescriptorProvider.cs (1)
85_conventions[i].Apply(model);