HTML Editor for ASP.NET AJAX
NoScriptAttributes Property
Server ReferenceWinthusiasm.HtmlEditorHtmlEditorNoScriptAttributes
List of attributes for which no script references are allowed.
Declaration Syntax
C#
public string NoScriptAttributes { get; set; }
Remarks
The default includes href and src attributes.

Script references included in these attributes are disallowed and converted to benign form.

Modify the list to add or remove attributes.

Assembly: Winthusiasm.HtmlEditor (Module: Winthusiasm.HtmlEditor) Version: 2.3.0.0 (2.3.0.0)