Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IBlockReference<TContent, TSettings>

    Represents a data item reference with content and settings for a Block editor implementation.

    Namespace: Umbraco.Cms.Core.Models.Blocks
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IBlockReference<TContent, TSettings> : IBlockReference<TSettings>, IBlockReference
    Type Parameters
    Name Description
    TContent

    The type of the content.

    TSettings

    The type of the settings.

    Properties

    View Source

    Content

    Gets the content.

    Declaration
    TContent Content { get; }
    Property Value
    Type Description
    TContent

    The content.

    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Content
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX