Class CharItem
Represents a character replacement mapping for URL slug generation.
Inheritance
object
Namespace: Umbraco.Cms.Core.Configuration.Models
Assembly: Umbraco.Core.dll
Syntax
public class CharItem : IChar
Constructors
View SourceCharItem()
Declaration
public CharItem()
Properties
View SourceChar
Gets or sets the character to replace.
Declaration
public string Char { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Replacement
Gets or sets the replacement character.
Declaration
public string Replacement { get; set; }
Property Value
| Type | Description |
|---|---|
| string |