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