HTMLHelperRemoveScripts Method |
Removes the scripts from the given HTML text.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static string RemoveScripts(
string htmlText
)
Parameters
- htmlText
- Type: SystemString
HTML text to process
Return Value
Type:
StringSee Also