Search Results for

    Show / Hide Table of Contents
    View Source

    Class ValueModelBase

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models.ContentEditing
    Assembly: Umbraco.Core.dll
    Syntax
    public abstract class ValueModelBase : IHasCultureAndSegment

    Properties

    View Source

    Alias

    Declaration
    [Required]
    public string Alias { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Culture

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

    Segment

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

    Value

    Declaration
    public object Value { get; set; }
    Property Value
    Type Description
    System.Object
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Alias
      • Culture
      • Segment
      • Value
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX