Class DomainModel
Represents a domain model for content editing operations.
Inheritance
object
Namespace: Umbraco.Cms.Core.Models.ContentEditing
Assembly: Umbraco.Core.dll
Syntax
public class DomainModel
Constructors
View SourceDomainModel()
Declaration
public DomainModel()
Properties
View SourceDomainName
Gets or sets the domain name.
Declaration
public required string DomainName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IsoCode
Gets or sets the ISO culture code associated with the domain.
Declaration
public required string IsoCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |