SaaS CMS has officially launched! Learn more now.

Interface ICurrentPage<T>

Defines the availability of a strongly typed CurrentPage property.

Namespace: EPiServer.Web.PageExtensions
Assembly: EPiServer.dll
Version: 8.11.0
Syntax
public interface ICurrentPage<T> : ICurrentPage where T : PageData
Type Parameters
Name Description
T

The System.Type linked to the PageType of the CurrentPage property.

Properties

CurrentPage

Gets or sets the current PageData of type T.

Declaration
T CurrentPage { get; set; }
Property Value
Type Description
T

The current PageDataof type T.

Extension Methods