London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class RedirectPageReference

A page reference that indicates that a redirection should occour.

Inheritance
System.Object
RedirectPageReference
Implements
System.IComparable
System.IComparable<ContentReference>
System.IEquatable<ContentReference>
Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 10.10.4
Syntax
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>

Extension Methods