| EmailHtmlModifier Class |
Namespace: CMS.Newsletters.Internal
public sealed class EmailHtmlModifier
The EmailHtmlModifier type exposes the following members.
| Name | Description | |
|---|---|---|
| EmailHtmlModifier |
Constructor. If any errors occurred while parsing input htmlCode, they will be stored in ParsingErrors.
|
| Name | Description | |
|---|---|---|
| ParsingErrors |
Errors occurred during parsing input HTML code.
|
| Name | Description | |
|---|---|---|
| AppendElementToBody |
Appends element to body with specific attributes and inner text.
| |
| AppendElementToHead |
Appends element to head with specific attributes and inner text.
| |
| DisableLinks |
Ensures that the a elements are not clickable.
| |
| GetHtml |
Renders back result HTML including all modifications.
|