2 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)