Search Results for

    Show / Hide Table of Contents
    View Source

    Class RichTextTextElement

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models.DeliveryApi
    Assembly: Umbraco.Core.dll
    Syntax
    public sealed class RichTextTextElement : IRichTextElement

    Constructors

    View Source

    RichTextTextElement(String)

    Declaration
    public RichTextTextElement(string text)
    Parameters
    Type Name Description
    System.String text

    Properties

    View Source

    Tag

    Declaration
    public string Tag { get; }
    Property Value
    Type Description
    System.String
    View Source

    Text

    Declaration
    public string Text { get; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • RichTextTextElement(String)
    • Properties
      • Tag
      • Text
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX