Search Results for

    Show / Hide Table of Contents
    View Source

    Class PropertyValueModel

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Models.ContentEditing
    Assembly: Umbraco.Core.dll
    Syntax
    public class PropertyValueModel

    Properties

    View Source

    Alias

    Declaration
    public required string Alias { get; set; }
    Property Value
    Type Description
    string
    View Source

    Culture

    Declaration
    public string? Culture { get; set; }
    Property Value
    Type Description
    string
    View Source

    Segment

    Declaration
    public string? Segment { get; set; }
    Property Value
    Type Description
    string
    View Source

    Value

    Declaration
    public required object? Value { get; set; }
    Property Value
    Type Description
    object
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX