1 implementation of IPageLoader
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\PageLoader.cs (1)
12
public abstract class PageLoader :
IPageLoader
2 references to IPageLoader
Microsoft.AspNetCore.Mvc.RazorPages (2)
DependencyInjection\MvcRazorPagesMvcCoreBuilderExtensions.cs (1)
141
services.TryAddSingleton<
IPageLoader
>(s => s.GetRequiredService<PageLoader>());
Infrastructure\PageLoader.cs (1)
32
CompiledPageActionDescriptor
IPageLoader
.Load(PageActionDescriptor actionDescriptor)