Click or drag to resize
ControlsHelperRemoveDynamicControls Method
Removes all inline control macros from string.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public static string RemoveDynamicControls(
	string content
)

Parameters

content
Type: SystemString
Content to remove macros

Return Value

Type: String
Content with removed macros
See Also