HtmlExportOptionsBase.AllowURLsWithJSContent Property
In This Article
Gets or sets whether the JavaScript code can be placed in URLs in the resulting HTML document.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true, to allow inserting the Java |
#Remarks
To allow inserting the JavaScript code to URLs on export to HTML, enable the AllowURLsWithJSContent property.
See Also