Specifies whether to remove <link> tags which contain malicious, client-side executable code before writing the string into the db. When this property is set to true (the default) Cute Editor strips all <link> tags which contain malicious, client-side executable code from the html to prevent link tag injection attack.

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

Syntax

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

See Also