Skip to main content

HtmlExportOptionsBase.AllowURLsWithJSContent Property

Gets or sets whether the JavaScript code can be placed in URLs in the resulting HTML document.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v24.1.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

[TypeConverter(typeof(BooleanTypeConverter))]
[XtraSerializableProperty]
public bool AllowURLsWithJSContent { get; set; }

Property Value

Type Description
Boolean

true, to allow inserting the JavaScript code to URLs; otherwise, false.

Remarks

To allow inserting the JavaScript code to URLs on export to HTML, enable the AllowURLsWithJSContent property.

See Also