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: 7.19.2Syntax
public class ContentResolveResultConstructors
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. | 
