HTMLTextDiffList Constructor (String, String) |
Default constructor.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax public HTMLTextDiffList(
string src,
string dst
)
Parameters
- src
- Type: SystemString
Source HTML string - dst
- Type: SystemString
Destination HTML string
See Also