Property TrimNames
TrimNames
Gets or sets whether surrounding whitespace is trimmed off a placeholder's name, so
{{ Name }} and {{Name}} name the same value. Default true.
public bool TrimNames { get; set; }
Gets or sets whether surrounding whitespace is trimmed off a placeholder's name, so
{{ Name }} and {{Name}} name the same value. Default true.
public bool TrimNames { get; set; }