2 references to IPageHandlerModelConvention
Microsoft.AspNetCore.Mvc.RazorPages (2)
Infrastructure\CompiledPageActionDescriptorFactory.cs (2)
69var handlerModelConventions = GetConventions<IPageHandlerModelConvention>(handlerModel.Attributes); 70foreach (var convention in handlerModelConventions)