Click or drag to resize
HTMLTextDiffList Constructor (String, String, Boolean)
Constructor allowing to set how to treat HTML tags.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
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