Show / Hide Table of Contents

Class HyperlinkData

Represents the data of a hyperlink node.

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

Properties

Title

The title of the hyperlink.

Declaration
public string Title { get; set; }
Property Value
Type Description
System.String

Uri

The url of the hyperlink.

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