ControlsHelperRemoveDynamicControls Method |
Removes all dynamic control macros from string.
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 11.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