Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IRichTextElement

    Represents an element within rich text content in the Delivery API.

    Namespace: Umbraco.Cms.Core.Models.DeliveryApi
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IRichTextElement

    Properties

    View Source

    Tag

    Gets the tag name of the element (e.g., "p", "h1", "#text", "#root").

    Declaration
    string Tag { get; }
    Property Value
    Type Description
    string
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX