Specifies whether to strip all script elements and script contents from the html to prevent javaScript injection. When this property is set to true (the default) Cute Editor strips all script elements and script contents from the html.

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public bool EnableStripScriptTags { get; set; }
Visual Basic
Public Property EnableStripScriptTags As Boolean
	Get
	Set
Visual C++
public:
property bool EnableStripScriptTags {
	bool get ();
	void set (bool value);
}

See Also