5 references to IPageHandlerModelConvention
Microsoft.AspNetCore.Mvc.RazorPages (2)
Infrastructure\CompiledPageActionDescriptorFactory.cs (2)
69var handlerModelConventions = GetConventions<IPageHandlerModelConvention>(handlerModel.Attributes); 70foreach (var convention in handlerModelConventions)
Microsoft.AspNetCore.Mvc.RazorPages.Test (3)
Infrastructure\CompiledPageActionDescriptorFactoryTest.cs (3)
80var handlerModelConvention = new Mock<IPageHandlerModelConvention>(); 113var handlerModelConvention = new Mock<IPageHandlerModelConvention>(); 135var handlerModelConvention = new Mock<IPageHandlerModelConvention>();