Class ContentResolveResult
The result for a resolve request in IContentResolver
Inheritance
System.Object
ContentResolveResult
Namespace: EPiServer.Web
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public class ContentResolveResult : Object
Constructors
ContentResolveResult()
Declaration
public ContentResolveResult()
Properties
ContentLink
Gets or sets the content link for the resolved content.
Declaration
public ContentReference ContentLink { get; set; }
Property Value
Type | Description |
---|---|
ContentReference | The content link. |
ContentUri
Gets or sets the content URI.
Declaration
public Uri ContentUri { get; set; }
Property Value
Type | Description |
---|---|
System.Uri | The content URI. |
Remarks
A System.Uri with the "classic" URL of the resolved content.
UniqueID
Gets or sets the unique ID for the reolved content.
Declaration
public Guid UniqueID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid | The unique ID. |