PageLoader Class

Definition

public ref class PageLoader abstract : Microsoft::AspNetCore::Mvc::RazorPages::Infrastructure::IPageLoader
public abstract class PageLoader : Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.IPageLoader
type PageLoader = class
    interface IPageLoader
Public MustInherit Class PageLoader
Implements IPageLoader
Inheritance
PageLoader
Implements

Constructors

PageLoader()

Methods

LoadAsync(PageActionDescriptor)
Obsolete.

Produces a CompiledPageActionDescriptor given a PageActionDescriptor.

LoadAsync(PageActionDescriptor, EndpointMetadataCollection)

Produces a CompiledPageActionDescriptor given a PageActionDescriptor.

Explicit Interface Implementations

IPageLoader.Load(PageActionDescriptor)

Applies to