Click or drag to resize
FormattedTextSetText Method
Sets the inner text, doesn't change already added tags.

Namespace: CMS.Helpers.Markup
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public FormattedText SetText(
	string text
)

Parameters

text
Type: SystemString

Return Value

Type: FormattedText
See Also