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

Namespace: RTE
Assembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.0.0)

Syntax

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

See Also