Partager via


PageLoader Classe

Définition

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
Héritage
PageLoader
Implémente

Constructeurs

PageLoader()

Crée un CompiledPageActionDescriptor à partir de PageActionDescriptor.

Méthodes

LoadAsync(PageActionDescriptor, EndpointMetadataCollection)

Produit un CompiledPageActionDescriptor donné .PageActionDescriptor

LoadAsync(PageActionDescriptor)
Obsolète.

Produit un CompiledPageActionDescriptor donné .PageActionDescriptor

Implémentations d’interfaces explicites

IPageLoader.Load(PageActionDescriptor)

Crée un CompiledPageActionDescriptor à partir de PageActionDescriptor.

S’applique à