Class SimpleAddressResolveResult
The resolve returned from Resolve(UrlBuilder, SimpleAddressResolveContext)
Inheritance
System.Object
    SimpleAddressResolveResult
  Namespace: EPiServer.Web
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public class SimpleAddressResolveResult : ObjectConstructors
SimpleAddressResolveResult()
Declaration
public SimpleAddressResolveResult()Properties
ContentLink
The content link that matches the simple address.
Declaration
public ContentReference ContentLink { get; set; }Property Value
| Type | Description | 
|---|---|
| ContentReference | 
Remarks
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 | 
OriginalContentLink
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 | 
