1 implementation of CreatePageFactory
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\DefaultPageFactoryProvider.cs (1)
42
public Func<PageContext, ViewContext, object>
CreatePageFactory
(CompiledPageActionDescriptor actionDescriptor)
1 reference to CreatePageFactory
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\PageActionInvokerCache.cs (1)
77
var pageFactory = _pageFactoryProvider.
CreatePageFactory
(compiledActionDescriptor);