共用方式為


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

適用於