Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    DomainModel()

    Declaration
    public DomainModel()

    Properties

    View Source

    DomainName

    Gets or sets the domain name.

    Declaration
    public required string DomainName { get; set; }
    Property Value
    Type Description
    string
    View Source

    IsoCode

    Gets or sets the ISO culture code associated with the domain.

    Declaration
    public required string IsoCode { get; set; }
    Property Value
    Type Description
    string
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX