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!

Class LoadEmptyCurrentPage

Null implementation of the ICurrentPage interface.

Inheritance
System.Object
LoadEmptyCurrentPage
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Web.PageExtensions
Assembly: EPiServer.dll
Version: 10.10.4
Syntax
public class LoadEmptyCurrentPage : ICurrentPage
Remarks

Used if the property CurrentPageHandler has not been set prior to accessing the getter.

Constructors

LoadEmptyCurrentPage()

Declaration
public LoadEmptyCurrentPage()

Properties

CurrentPage

Gets or sets the current EPiServer page.

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

The current EPiServer page.

Implements

Extension Methods