A newer version of this page is available.
Switch to the current version.
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; }
<DefaultValue(False)>
<TypeConverter(GetType(BooleanTypeConverter))>
<XtraSerializableProperty>
Public Property AllowURLsWithJSContent As Boolean
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:
Show 30 property paths
Remarks
To allow inserting the JavaScript code to URLs on export to HTML, enable the AllowURLsWithJSContent property.
See Also
Feedback