Interface IHasCultureAndSegment
Namespace: Umbraco.Cms.Core.Models.ContentEditing
Assembly: Umbraco.Core.dll
Syntax
public interface IHasCultureAndSegment
Properties
View SourceCulture
Declaration
string? Culture { get; }
Property Value
| Type | Description |
|---|---|
| string |
Segment
Declaration
string? Segment { get; }
Property Value
| Type | Description |
|---|---|
| string |