次の方法で共有


PageLoader クラス

定義

PageActionDescriptor から CompiledPageActionDescriptor を作成します。

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()

PageActionDescriptor から CompiledPageActionDescriptor を作成します。

メソッド

LoadAsync(PageActionDescriptor)
古い.

指定PageActionDescriptorした をCompiledPageActionDescriptor生成します。

LoadAsync(PageActionDescriptor, EndpointMetadataCollection)

指定PageActionDescriptorした をCompiledPageActionDescriptor生成します。

明示的なインターフェイスの実装

IPageLoader.Load(PageActionDescriptor)

PageActionDescriptor から CompiledPageActionDescriptor を作成します。

適用対象