Show / Hide Table of Contents

Class Hyperlink

Represents a hyperlink content node.

Inheritance
System.Object
Hyperlink
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 Hyperlink : IContent

Properties

Content

The list of content this hyperlink contains.

Declaration
public List<IContent> Content { get; set; }
Property Value
Type Description
System.Collections.Generic.List<IContent>

Data

The data of the hyperlink node.

Declaration
public HyperlinkData Data { get; set; }
Property Value
Type Description
HyperlinkData

NodeType

The type of the node.

Declaration
public string NodeType { get; set; }
Property Value
Type Description
System.String
Back to top Copyright © 2015-2016 Contentful
Generated by DocFX