London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Interface IPageSource<T>

Generic interface for providers of PageData objects.

Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 8.11.0
Syntax
public interface IPageSource<out T> : IPageSource where T : PageData
Type 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
See Also

Extension Methods