Class AssetHyperlinkData
Represents the data of the asset hyperlink.
Inheritance
System.Object
AssetHyperlinkData
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:Contentful.Core.Models
Assembly:cs.temp.dll.dll
Syntax
public class AssetHyperlinkData
Properties
Target
The asset this hyperlink targets
Declaration
public Asset Target { get; set; }
Property Value
Type | Description |
---|---|
Asset |