1 implementation of CreateActivator
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\DefaultPageActivatorProvider.cs (1)
20public Func<PageContext, ViewContext, object> CreateActivator(CompiledPageActionDescriptor actionDescriptor)
1 reference to CreateActivator
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\DefaultPageFactoryProvider.cs (1)
51var activatorFactory = _pageActivator.CreateActivator(actionDescriptor);