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.Cms.AspNet.dll
Version: 11.20.7Syntax
public class LoadEmptyCurrentPage : ICurrentPageRemarks
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. | 
