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 SourceContentUrlInfoBase()
Declaration
protected ContentUrlInfoBase()
Properties
View SourceCulture
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 |
Url
Gets or sets the URL associated with the content.
Declaration
public required string? Url { get; init; }
Property Value
| Type | Description |
|---|---|
| string |