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 ContentResolveResult

The result for a resolve request in IContentResolver

Inheritance
System.Object
ContentResolveResult
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 ContentResolveResult

Constructors

ContentResolveResult()

Declaration
public ContentResolveResult()

Properties

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.

Extension Methods