Search Results for

    Show / Hide Table of Contents
    View Source

    Class TagModel

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    [DataContract(Name = "tag", Namespace = "")]
    public class TagModel

    Properties

    View Source

    Group

    Declaration
    [DataMember(Name = "group")]
    public string? Group { get; set; }
    Property Value
    Type Description
    string
    View Source

    Id

    Declaration
    [DataMember(Name = "id", IsRequired = true)]
    public int Id { get; set; }
    Property Value
    Type Description
    int
    View Source

    NodeCount

    Declaration
    [DataMember(Name = "nodeCount")]
    public int NodeCount { get; set; }
    Property Value
    Type Description
    int
    View Source

    Text

    Declaration
    [DataMember(Name = "text", IsRequired = true)]
    public string? Text { get; set; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX