Class RichTextTextElement
Inheritance
object
Namespace: Umbraco.Cms.Core.Models.DeliveryApi
Assembly: Umbraco.Core.dll
Syntax
public sealed class RichTextTextElement : IRichTextElement
Constructors
View SourceRichTextTextElement(string)
Declaration
public RichTextTextElement(string text)
Parameters
| Type | Name | Description |
|---|---|---|
| string | text |
Properties
View SourceTag
Declaration
public string Tag { get; }
Property Value
| Type | Description |
|---|---|
| string |
Text
Declaration
public string Text { get; }
Property Value
| Type | Description |
|---|---|
| string |