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 ICurrentPage

Defines the availability of the CurrentPage property.

Namespace: EPiServer.Web.PageExtensions
Assembly: EPiServer.dll
Version: 8.11.0
Syntax
public interface ICurrentPage

Properties

CurrentPage

Gets or sets the current PageData.

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

The current PageData.

Extension Methods