Click or drag to resize
HTMLTextDiffList Constructor (String, String)
Default constructor.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public HTMLTextDiffList(
	string src,
	string dst
)

Parameters

src
Type: SystemString
Source HTML string
dst
Type: SystemString
Destination HTML string
See Also