Class ValueModelBase
Inheritance
object
Namespace: Umbraco.Cms.Core.Models.ContentEditing
Assembly: Umbraco.Core.dll
Syntax
public abstract class ValueModelBase : IHasCultureAndSegment
Properties
View SourceAlias
Declaration
[Required]
public string Alias { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Culture
Declaration
public string? Culture { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Segment
Declaration
public string? Segment { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Value
Declaration
public object? Value { get; set; }
Property Value
| Type | Description |
|---|---|
| object |