CuteEditor for .NET 6.0 Class Library

Editor.EnableStripScriptTags Property

Specifies whether to remove inject script before write 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.

[Visual Basic]
Public Property EnableStripScriptTags As Boolean
[C#]
public bool EnableStripScriptTags {get; set;}

See Also

Editor Class | CuteEditor Namespace