ControlsHelperRemoveDynamicControls Method |
Removes all inline control macros from string.
Namespace: CMS.ExtendedControlsAssembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax public static string RemoveDynamicControls(
string content
)
Parameters
- content
- Type: SystemString
Content to remove macros
Return Value
Type:
StringContent with removed macros
See Also