Search Results for

    Show / Hide Table of Contents
    View Source

    Class RichTextBlockValue

    Represents a rich text block value.

    Inheritance
    System.Object
    BlockValue
    BlockValue<RichTextBlockLayoutItem>
    Namespace: Umbraco.Cms.Core.Models.Blocks
    Assembly: Umbraco.Core.dll
    Syntax
    public class RichTextBlockValue : BlockValue<RichTextBlockLayoutItem>

    Constructors

    View Source

    RichTextBlockValue()

    Initializes a new instance of the RichTextBlockValue class.

    Declaration
    public RichTextBlockValue()
    View Source

    RichTextBlockValue(IEnumerable<RichTextBlockLayoutItem>)

    Initializes a new instance of the RichTextBlockValue class.

    Declaration
    public RichTextBlockValue(IEnumerable<RichTextBlockLayoutItem> layouts)
    Parameters
    Type Name Description
    IEnumerable<RichTextBlockLayoutItem> layouts

    The layouts.

    Properties

    View Source

    PropertyEditorAlias

    Gets the property editor alias of the current layout.

    Declaration
    [JsonIgnore]
    public override string PropertyEditorAlias { get; }
    Property Value
    Type Description
    System.String

    The property editor alias of the current layout.

    Methods

    View Source

    SupportsBlockLayoutAlias(String)

    Declaration
    public override bool SupportsBlockLayoutAlias(string alias)
    Parameters
    Type Name Description
    System.String alias
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • RichTextBlockValue()
      • RichTextBlockValue(IEnumerable<RichTextBlockLayoutItem>)
    • Properties
      • PropertyEditorAlias
    • Methods
      • SupportsBlockLayoutAlias(String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX