Click or drag to resize
TransformationHelperStripTags Method
Remove HTML tags from text.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 9.0.0
Syntax
C#
public string StripTags(
	Object inputText
)

Parameters

inputText
Type: SystemObject
Text containing tags to be removed

Return Value

Type: String
See Also