Skip to main content
A newer version of this page is available. .

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.v18.2.Core.dll

Declaration

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

Property Value

Type Default Description
Boolean **false**

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

Property Paths

You can access this nested property as listed below:

Library Object Type Path to AllowURLsWithJSContent
Cross-Platform Class Library ExportOptions
.Html.AllowURLsWithJSContent
WPF Controls ExportOptionsContainer
.Html.AllowURLsWithJSContent

Remarks

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

See Also