IPageLoader Interface

Definition

Caution

This type is obsolete. Use PageLoader instead.

public interface class IPageLoader
public interface IPageLoader
[System.Obsolete("This type is obsolete. Use PageLoader instead.")]
public interface IPageLoader
type IPageLoader = interface
[<System.Obsolete("This type is obsolete. Use PageLoader instead.")>]
type IPageLoader = interface
Public Interface IPageLoader
Derived
Attributes

Methods

Load(PageActionDescriptor)

Produces a CompiledPageActionDescriptor given a PageActionDescriptor.

Applies to