Click or drag to resize
HTMLHelperRemoveScripts Method
Removes the scripts from the given HTML text.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static string RemoveScripts(
	string htmlText
)

Parameters

htmlText
Type: SystemString
HTML text to process

Return Value

Type: String
See Also