PageLoader Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a CompiledPageActionDescriptor from a 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
- Inheritance
-
PageLoader
- Implements
Constructors
PageLoader() |
Methods
LoadAsync(PageActionDescriptor, EndpointMetadataCollection) |
Produces a CompiledPageActionDescriptor given a PageActionDescriptor. |
LoadAsync(PageActionDescriptor) |
Obsolete.
Produces a CompiledPageActionDescriptor given a PageActionDescriptor. |
Explicit Interface Implementations
IPageLoader.Load(PageActionDescriptor) |