HTMLTextDiffList Constructor (String, String) |
Default constructor.
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
)
Parameters
- src
- Type: SystemString
Source HTML string - dst
- Type: SystemString
Destination HTML string
See Also