Click or drag to resize
FormattedTextAddTag Method
Adds tag enclosing the text.

Namespace: CMS.Helpers.Markup
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public FormattedText AddTag(
	string openingTag,
	string closingTag
)

Parameters

openingTag
Type: SystemString
closingTag
Type: SystemString

Return Value

Type: FormattedText
See Also