Interface IPageSource<T>
Generic interface for providers of PageData objects.
Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 7.19.2Syntax
public interface IPageSource<out T> : IPageSource where T : PageDataType Parameters
| Name | Description | 
|---|---|
| T | The Type of the page to return. | 
Properties
CurrentPage
Gets the currently loaded PageData as the current type.
Declaration
T CurrentPage { get; }Property Value
| Type | Description | 
|---|---|
| T | 
