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: 11.20.7Syntax
public class RedirectPageReference : PageReference, IComparable, IReadOnly<ContentReference>, IComparable<ContentReference>, IEquatable<ContentReference>, IReadOnly<PageReference>, IReadOnly
Constructors
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>