HTMLTextDiffList Constructor (String, String, Boolean) |
Constructor allowing to set how to treat HTML tags.
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 11.0.0
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