Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    CharItem()

    Declaration
    public CharItem()

    Properties

    View Source

    Char

    Gets or sets the character to replace.

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

    Replacement

    Gets or sets the replacement character.

    Declaration
    public string Replacement { get; set; }
    Property Value
    Type Description
    string
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX