View Source
Class VariantModel
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class VariantModel
Properties
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 |
|
Methods
View Source
IEnumerable<PropertyValueModel>(Properties)
Declaration
public required IEnumerable<PropertyValueModel>(Properties)
Parameters
Type |
Name |
Description |
Properties |
|
|
Returns
Type |
Description |
required |
|
Type Parameters
Name |
Description |
PropertyValueModel |
|