HTMLTextDiffList Constructor (String, String, Boolean) |
Constructor allowing to set how to treat HTML tags.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax public HTMLTextDiffList(
string src,
string dst,
bool treatAsPlainText
)
Parameters
- src
- Type: SystemString
Source HTML string - dst
- Type: SystemString
Destination HTML string - treatAsPlainText
- Type: SystemBoolean
Indicates if compared text should be treated as plain text even if contains HTML
See Also