SaaS CMS has officially launched! Learn more now.

Class SimpleAddressResolveResult

Inheritance
System.Object
SimpleAddressResolveResult
Namespace: EPiServer.Web
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public class SimpleAddressResolveResult : Object

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