PageLoader Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée un CompiledPageActionDescriptor à partir de PageActionDescriptor.
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. |