• Core
  • Infrastructure
  • Web
  • Extensions
Search Results for

    Show / Hide Table of Contents
    View Source

    Class RichTextGenericElement

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models.DeliveryApi
    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
    System.String tag
    Umbraco.Cms.Core.Dictionary<System.String, System.Object> attributes
    IEnumerable<IRichTextElement> elements

    Properties

    View Source

    Attributes

    Declaration
    public Dictionary<string, object> Attributes { get; }
    Property Value
    Type Description
    Umbraco.Cms.Core.Dictionary<System.String, System.Object>
    View Source

    Elements

    Declaration
    public IEnumerable<IRichTextElement> Elements { get; }
    Property Value
    Type Description
    IEnumerable<IRichTextElement>
    View Source

    Tag

    Declaration
    public string Tag { get; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • RichTextGenericElement(String, Dictionary<String, Object>, IEnumerable<IRichTextElement>)
    • Properties
      • Attributes
      • Elements
      • Tag
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX