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

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 11.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