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