WebDocumentViewerBuilder.AllowUrlWithJsContent(Boolean) Method
In This Article
Sets whether or not the execution of the JavaScript code placed in URLs is allowed.
Namespace: DevExpress.AspNetCore.Reporting.WebDocumentViewer
Assembly: DevExpress.AspNetCore.Reporting.v24.2.dll
NuGet Package: DevExpress.AspNetCore.Reporting
#Declaration
public WebDocumentViewerBuilder AllowUrlWithJsContent(
bool allowUrlWithJsContent
)
#Parameters
Name | Type | Description |
---|---|---|
allow |
Boolean | true, if the Java |
#Returns
Type | Description |
---|---|
Web |
A Web |
#Remarks
By default, AllowUrlWithJsContent is set to false.
See Also