Click or drag to resize
EmailHtmlModifierAppendElementToBody Method
Appends element to body with specific attributes and inner text.

Namespace: CMS.Newsletters.Internal
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 11.0.0
Syntax
C#
public void AppendElementToBody(
	string elementName,
	Dictionary<string, string> attributes = null,
	string innerText = null
)

Parameters

elementName
Type: SystemString
HTML element name.
attributes (Optional)
Type: System.Collections.GenericDictionaryString, String
Attributes collection.
innerText (Optional)
Type: SystemString
Inner text of element.
See Also