Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentUrlInfoBase

    Provides base information about a content item's URL.

    Inheritance
    object
    Namespace: Umbraco.Cms.Api.Management.ViewModels.Content
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public abstract class ContentUrlInfoBase

    Constructors

    View Source

    ContentUrlInfoBase()

    Declaration
    protected ContentUrlInfoBase()

    Properties

    View Source

    Culture

    Gets or sets the culture identifier (e.g., language or locale) associated with the content URL.

    Declaration
    public required string? Culture { get; init; }
    Property Value
    Type Description
    string
    View Source

    Url

    Gets or sets the URL associated with the content.

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