Class RichTextBlockValue
Represents a rich text block value.
Namespace: Umbraco.Cms.Core.Models.Blocks
Assembly: Umbraco.Core.dll
Syntax
public class RichTextBlockValue : BlockValue<RichTextBlockLayoutItem>Constructors
View SourceRichTextBlockValue()
Initializes a new instance of the RichTextBlockValue class.
Declaration
public RichTextBlockValue()RichTextBlockValue(IEnumerable<RichTextBlockLayoutItem>)
Initializes a new instance of the RichTextBlockValue class.
Declaration
public RichTextBlockValue(IEnumerable<RichTextBlockLayoutItem> layouts)Parameters
| Type | Name | Description | 
|---|---|---|
| IEnumerable<RichTextBlockLayoutItem> | layouts | The layouts. | 
Properties
View SourcePropertyEditorAlias
Gets the property editor alias of the current layout.
Declaration
[JsonIgnore]
public override string PropertyEditorAlias { get; }Property Value
| Type | Description | 
|---|---|
| System.String | The property editor alias of the current layout. |