PageLoader Clase

Definición

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
Herencia
PageLoader
Implementaciones

Constructores

PageLoader()

Métodos

LoadAsync(PageActionDescriptor)
Obsoleto.

Genera un determinado CompiledPageActionDescriptor objeto PageActionDescriptor.

LoadAsync(PageActionDescriptor, EndpointMetadataCollection)

Genera un determinado CompiledPageActionDescriptor objeto PageActionDescriptor.

Implementaciones de interfaz explícitas

IPageLoader.Load(PageActionDescriptor)

Se aplica a