Interface IRichTextEditorIntermediateValue
Models the intermediate value for Rich Text Editor property value converters.
Namespace: Umbraco.Cms.Core.PropertyEditors
Assembly: Umbraco.Core.dll
Syntax
public interface IRichTextEditorIntermediateValue
Properties
View SourceMarkup
Gets the HTML markup content of the rich text value.
Declaration
string Markup { get; }
Property Value
| Type | Description |
|---|---|
| string |
RichTextBlockModel
Gets the block model associated with the rich text value.
Declaration
RichTextBlockModel? RichTextBlockModel { get; }
Property Value
| Type | Description |
|---|---|
| RichTextBlockModel |
Remarks
Can be null if no blocks are embedded in the rich text content.