Class VariantModel
Inheritance
object
Namespace: Umbraco.Cms.Core.Models.ContentEditing
Assembly: Umbraco.Core.dll
Syntax
public class VariantModel
Properties
View SourceCulture
Declaration
public string? Culture { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Declaration
public required string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Segment
Declaration
public string? Segment { get; set; }
Property Value
| Type | Description |
|---|---|
| string |