View Source
Class DefaultShortStringHelperConfig.Config
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public sealed class Config
Constructors
View Source
Config()
Declaration
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
Methods
View Source
Clone()
Declaration
public DefaultShortStringHelperConfig.Config Clone()
Returns
View Source
StringTypeExtend(CleanStringType)
Declaration
public CleanStringType StringTypeExtend(CleanStringType stringType)
Parameters
Returns