Try our conversational search powered by Generative AI!

Class RedirectPageReference

A page reference that indicates that a redirection should occour.

Inheritance
System.Object
RedirectPageReference
Implements
System.IComparable
Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 7.19.2
Syntax
public class RedirectPageReference : PageReference, IComparable, 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

Extension Methods