Class RedirectPageReference
A page reference that indicates that a redirection should occour.
Implements
System.IComparable
    
    System.IComparable<ContentReference>
    System.IEquatable<ContentReference>
    
    
  Inherited Members
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 10.10.4Syntax
public class RedirectPageReference : PageReference, IComparable, IReadOnly<ContentReference>, IComparable<ContentReference>, IEquatable<ContentReference>, IReadOnly<PageReference>, IReadOnlyConstructors
RedirectPageReference(PageReference)
Initializes a new instance of the RedirectPageReference class.
Declaration
public RedirectPageReference(PageReference pageLink)Parameters
| Type | Name | Description | 
|---|---|---|
| PageReference | pageLink | The page link. | 
Implements
      System.IComparable
  
  
  
      System.IComparable<T>
  
  
      System.IEquatable<T>
  
  
  
  