1 implementation of CreatePageFactory
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\DefaultPageFactoryProvider.cs (1)
42
public Func<PageContext, ViewContext, object>
CreatePageFactory
(CompiledPageActionDescriptor actionDescriptor)
3 references to CreatePageFactory
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\PageActionInvokerCache.cs (1)
77
var pageFactory = _pageFactoryProvider.
CreatePageFactory
(compiledActionDescriptor);
Microsoft.AspNetCore.Mvc.RazorPages.Test (2)
Infrastructure\PageActionInvokerProviderTest.cs (2)
43
.Setup(f => f.
CreatePageFactory
(It.IsAny<CompiledPageActionDescriptor>()))
96
.Setup(f => f.
CreatePageFactory
(It.IsAny<CompiledPageActionDescriptor>()))