Search Results for

    Show / Hide Table of Contents
    View Source

    Class RichTextModel

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Models.DeliveryApi
    Assembly: Umbraco.Core.dll
    Syntax
    public class RichTextModel

    Properties

    View Source

    Blocks

    Declaration
    public required IEnumerable<ApiBlockItem> Blocks { get; set; }
    Property Value
    Type Description
    IEnumerable<ApiBlockItem>
    View Source

    Markup

    Declaration
    public required string Markup { get; set; }
    Property Value
    Type Description
    string

    Methods

    View Source

    Empty()

    Declaration
    public static RichTextModel Empty()
    Returns
    Type Description
    RichTextModel
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX