Click or drag to resize
EmailHtmlModifier Class
Parses input HTML code to DOM structure and provides basic operations with it.
Inheritance Hierarchy
SystemObject
  CMS.Newsletters.InternalEmailHtmlModifier

Namespace: CMS.Newsletters.Internal
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 11.0.0
Syntax
C#
public sealed class EmailHtmlModifier

The EmailHtmlModifier type exposes the following members.

Constructors
  NameDescription
Public methodEmailHtmlModifier
Constructor. If any errors occurred while parsing input htmlCode, they will be stored in ParsingErrors.
Top
Properties
  NameDescription
Public propertyParsingErrors
Errors occurred during parsing input HTML code.
Top
Methods
  NameDescription
Public methodAppendElementToBody
Appends element to body with specific attributes and inner text.
Public methodAppendElementToHead
Appends element to head with specific attributes and inner text.
Public methodDisableLinks
Ensures that the a elements are not clickable.
Public methodGetHtml
Renders back result HTML including all modifications.
Top
See Also