Search Results for

    Show / Hide Table of Contents
    View Source

    Class Segment

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public class Segment

    Properties

    View Source

    Alias

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

    Cultures

    Declaration
    [Obsolete("This property is temporary and will be removed in a future release (planned for v20). A more permanent solution will follow.")]
    public IEnumerable<string>? Cultures { get; set; }
    Property Value
    Type Description
    IEnumerable<string>
    View Source

    Name

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