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 SourceTag
Gets the tag name of the element (e.g., "p", "h1", "#text", "#root").
Declaration
string Tag { get; }
Property Value
| Type | Description |
|---|---|
| string |