A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Interface ICurrentPage

Defines the availability of the CurrentPage property.

Namespace: EPiServer.Web.PageExtensions
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7
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