Specifies whether to remove inject script before writing the string into the db. 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 StripScriptTags
Visual Basic
Public StripScriptTags As Boolean
Visual C++
public:
bool StripScriptTags

See Also