Class RichTextEditorValue
Represents the content value stored in a rich text editor instance.
Inheritance
object
Namespace: Umbraco.Cms.Core
Assembly: Umbraco.Infrastructure.dll
Syntax
[DataContract]
public class RichTextEditorValue
Constructors
View SourceRichTextEditorValue()
Declaration
public RichTextEditorValue()
Properties
View SourceBlocks
Gets or sets the collection of blocks representing the rich text content.
Declaration
[DataMember(Name = "blocks")]
public RichTextBlockValue? Blocks { get; set; }
Property Value
| Type | Description |
|---|---|
| RichTextBlockValue |
Markup
Gets or sets the markup content of the rich text editor value.
Declaration
[DataMember(Name = "markup")]
public required string Markup { get; set; }
Property Value
| Type | Description |
|---|---|
| string |