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