Class CharItem
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Configuration.Models
Assembly: Umbraco.Core.dll
Syntax
public class CharItem : IChar
Properties
View SourceChar
The character to replace
Declaration
public string Char { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Replacement
The replacement character
Declaration
public string Replacement { get; set; }
Property Value
Type | Description |
---|---|
System.String |