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 SimpleAddressResolveResult

Inheritance
System.Object
SimpleAddressResolveResult
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Web
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
public class SimpleAddressResolveResult

Constructors

SimpleAddressResolveResult()

Declaration
public SimpleAddressResolveResult()

Properties

The content link that matches the simple address.

Declaration
public ContentReference ContentLink { get; set; }
Property Value
Type Description
ContentReference

In case the page with simple address has a shortcut then this will be the shortcut. OriginalContentLink will contain the page that match the simple address.

Language

The language resolved to.

Declaration
public CultureInfo Language { get; set; }
Property Value
Type Description
System.Globalization.CultureInfo

In case the simple address is for a page with shortcut this is the page with the simple address segment

Declaration
public ContentReference OriginalContentLink { get; set; }
Property Value
Type Description
ContentReference

Extension Methods