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