Class AreaLanguageViewModel
- Namespace
- Dynamicweb.Frontend
- Assembly
- Dynamicweb.dll
AreaLanguageViewModel represents the rendering context used when an area language is rendered.
public class AreaLanguageViewModel : ViewModelBase
- Inheritance
-
AreaLanguageViewModel
- Inherited Members
Constructors
AreaLanguageViewModel()
public AreaLanguageViewModel()
Properties
Culture
Gets or sets the culture.
public string? Culture { get; set; }
Property Value
- string
The culture.
FirstPage
Gets the first page.
public PageReferenceViewModel? FirstPage { get; }
Property Value
- PageReferenceViewModel
The first page.
ID
Gets or sets the identifier.
public int ID { get; set; }
Property Value
- int
The identifier.
IsCurrent
Gets or sets a value indicating whether this instance is current.
public bool IsCurrent { get; set; }
Property Value
- bool
true
if this instance is current; otherwise,false
.
IsMaster
Gets or sets a value indicating whether this instance is master.
public bool IsMaster { get; set; }
Property Value
- bool
true
if this instance is master; otherwise,false
.
Name
Gets or sets the name.
public string? Name { get; set; }
Property Value
- string
The name.
PrimaryDomain
Gets or sets the primary domain.
public string? PrimaryDomain { get; set; }
Property Value
- string
The primary domain.