View Source
Class RichTextGenericElement
Assembly: Umbraco.Core.dll
Syntax
public sealed class RichTextGenericElement : IRichTextElement
Constructors
View Source
RichTextGenericElement(string, Dictionary<string, object>, IEnumerable<IRichTextElement>)
Declaration
public RichTextGenericElement(string tag, Dictionary<string, object> attributes, IEnumerable<IRichTextElement> elements)
Parameters
| Type |
Name |
Description |
| string |
tag |
|
| Dictionary<string, object> |
attributes |
|
| IEnumerable<IRichTextElement> |
elements |
|
Properties
View Source
Attributes
Declaration
public Dictionary<string, object> Attributes { get; }
Property Value
| Type |
Description |
| Dictionary<string, object> |
|
View Source
Elements
Declaration
public IEnumerable<IRichTextElement> Elements { get; }
Property Value
View Source
Tag
Declaration
public string Tag { get; }
Property Value