EmailHtmlModifierAppendElementToBody Method |
Appends element to body with specific attributes and inner text.
Namespace: CMS.Newsletters.InternalAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 13.0.131
Syntax 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