Search Results for

    Show / Hide Table of Contents
    View Source

    Class CharItem

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Configuration.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public class CharItem : IChar

    Properties

    View Source

    Char

    The character to replace

    Declaration
    public string Char { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Replacement

    The replacement character

    Declaration
    public string Replacement { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Char
      • Replacement
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX