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

NuGet Package: DevExpress.Printing.Core

Declaration

[DefaultValue(false)]
public bool AllowURLsWithJSContent { get; set; }

Property Value

Type Default Description
Boolean false

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