Class Text
Represents a text node of content.
Inheritance
System.Object
Text
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 Text : IContent
Properties
Marks
The marks for this text node.
Declaration
public List<Mark> Marks { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Mark> |
NodeType
The type of the node.
Declaration
public string NodeType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Value
The textual value.
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |