Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    Markup

    Gets the HTML markup content of the rich text value.

    Declaration
    string Markup { get; }
    Property Value
    Type Description
    string
    View Source

    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.

    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX