Class RichTextModel
Inheritance
object
Namespace: Umbraco.Cms.Core.Models.DeliveryApi
Assembly: Umbraco.Core.dll
Syntax
public class RichTextModel
Properties
View SourceBlocks
Declaration
public required IEnumerable<ApiBlockItem> Blocks { get; set; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<ApiBlockItem> |
Markup
Declaration
public required string Markup { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
View SourceEmpty()
Declaration
public static RichTextModel Empty()
Returns
| Type | Description |
|---|---|
| RichTextModel |