KaxEditorAllowScripts Property |
Note: This API is now obsolete.
Gets or sets the value indicating whether script tags will be allowed in the editor content.
This property is now obsolete. Please use the ContentFilters property or the EnableFilter and DisableFilter methods
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax[ObsoleteAttribute("This property is now obsolete. Please use the ContentFilters property or the EnableFilter and DisableFilter methods",
false)]
public bool AllowScripts { get; set; }
<ObsoleteAttribute("This property is now obsolete. Please use the ContentFilters property or the EnableFilter and DisableFilter methods",
false)>
Public Property AllowScripts As Boolean
Get
Set
public:
[ObsoleteAttribute(L"This property is now obsolete. Please use the ContentFilters property or the EnableFilter and DisableFilter methods",
false)]
property bool AllowScripts {
bool get ();
void set (bool value);
}
[<ObsoleteAttribute("This property is now obsolete. Please use the ContentFilters property or the EnableFilter and DisableFilter methods",
false)>]
member AllowScripts : bool with get, set
Property Value
Type:
Boolean
The default value is
false. This means that script tags will be removed from the content.
See Also