Interface IChar
Defines a character replacement mapping for URL slug generation.
Namespace: Umbraco.Cms.Core.Configuration.UmbracoSettings
Assembly: Umbraco.Core.dll
Syntax
public interface IChar
Properties
View SourceChar
Gets the character to be replaced.
Declaration
string Char { get; }
Property Value
| Type | Description |
|---|---|
| string |
Replacement
Gets the replacement string.
Declaration
string Replacement { get; }
Property Value
| Type | Description |
|---|---|
| string |