Share via


PageLoader 类

定义

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
继承
PageLoader
实现

构造函数

PageLoader()

CompiledPageActionDescriptor 创建一个 PageActionDescriptor

方法

LoadAsync(PageActionDescriptor)
已过时.

生成给定 CompiledPageActionDescriptorPageActionDescriptor

LoadAsync(PageActionDescriptor, EndpointMetadataCollection)

生成给定 CompiledPageActionDescriptorPageActionDescriptor

显式接口实现

IPageLoader.Load(PageActionDescriptor)

CompiledPageActionDescriptor 创建一个 PageActionDescriptor

适用于