Search Results for

    Show / Hide Table of Contents
    View Source

    Class DefaultShortStringHelperConfig.Config

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Strings
    Assembly: Umbraco.Core.dll
    Syntax
    public sealed class Config

    Constructors

    View Source

    Config()

    Declaration
    public Config()

    Properties

    View Source

    BreakTermsOnUpper

    Declaration
    public bool BreakTermsOnUpper { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    CutAcronymOnNonUpper

    Declaration
    public bool CutAcronymOnNonUpper { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    GreedyAcronyms

    Declaration
    public bool GreedyAcronyms { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    IsTerm

    Declaration
    public Func<char, bool, bool> IsTerm { get; set; }
    Property Value
    Type Description
    Func<System.Char, System.Boolean, System.Boolean>
    View Source

    PostFilter

    Declaration
    public Func<string, string>? PostFilter { get; set; }
    Property Value
    Type Description
    System.Nullable<Func<System.String, System.String>>
    View Source

    PreFilter

    Declaration
    public Func<string, string>? PreFilter { get; set; }
    Property Value
    Type Description
    System.Nullable<Func<System.String, System.String>>
    View Source

    Separator

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

    StringType

    Declaration
    public CleanStringType StringType { get; set; }
    Property Value
    Type Description
    CleanStringType

    Methods

    View Source

    Clone()

    Declaration
    public DefaultShortStringHelperConfig.Config Clone()
    Returns
    Type Description
    DefaultShortStringHelperConfig.Config
    View Source

    StringTypeExtend(CleanStringType)

    Declaration
    public CleanStringType StringTypeExtend(CleanStringType stringType)
    Parameters
    Type Name Description
    CleanStringType stringType
    Returns
    Type Description
    CleanStringType
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • Config()
    • Properties
      • BreakTermsOnUpper
      • CutAcronymOnNonUpper
      • GreedyAcronyms
      • IsTerm
      • PostFilter
      • PreFilter
      • Separator
      • StringType
    • Methods
      • Clone()
      • StringTypeExtend(CleanStringType)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX