Interface IRichTextEditorIntermediateValue
Models Intermediate Value for Rich Text Editors Property Value Converter.
Namespace: Umbraco.Cms.Core.PropertyEditors
Assembly: Umbraco.Core.dll
Syntax
public interface IRichTextEditorIntermediateValue
Properties
View SourceMarkup
Declaration
string Markup { get; }
Property Value
Type | Description |
---|---|
System.String |
RichTextBlockModel
Declaration
RichTextBlockModel RichTextBlockModel { get; }
Property Value
Type | Description |
---|---|
RichTextBlockModel |