Class SimpleAddressResolveResult
The resolve returned from Resolve(Url
Inheritance
System.Object
SimpleAddressResolveResult
Namespace: EPiServer.Web
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public class SimpleAddressResolveResult : Object
Constructors
SimpleAddressResolveResult()
Declaration
public SimpleAddressResolveResult()
Properties
ContentLink
The content link that matches the simple address.
Declaration
public ContentReference ContentLink { get; set; }
Property Value
Type | Description |
---|---|
Content |
Remarks
In case the page with simple address has a shortcut then this will be the shortcut.
Original
Language
The language resolved to.
Declaration
public CultureInfo Language { get; set; }
Property Value
Type | Description |
---|---|
System. |
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 |
---|---|
Content |