Freigeben über


PageLoader Klasse

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
Vererbung
PageLoader
Implementiert

Konstruktoren

PageLoader()

Erstellt ein CompiledPageActionDescriptor aus einem PageActionDescriptor.

Methoden

LoadAsync(PageActionDescriptor)
Veraltet.

Erzeugt eine CompiledPageActionDescriptor angegebene .PageActionDescriptor

LoadAsync(PageActionDescriptor, EndpointMetadataCollection)

Erzeugt eine CompiledPageActionDescriptor angegebene .PageActionDescriptor

Explizite Schnittstellenimplementierungen

IPageLoader.Load(PageActionDescriptor)

Erstellt ein CompiledPageActionDescriptor aus einem PageActionDescriptor.

Gilt für: