Skip to main content
A newer version of this page is available. .

WebDocumentViewerBuilder.AllowUrlWithJsContent(Boolean) Method

Sets whether or not the execution of the JavaScript code placed in URLs is allowed.

Namespace: DevExpress.AspNetCore.Reporting.WebDocumentViewer

Assembly: DevExpress.AspNetCore.Reporting.v19.1.dll

NuGet Package: DevExpress.AspNetCore.Reporting

Declaration

public WebDocumentViewerBuilder AllowUrlWithJsContent(
    bool allowUrlWithJsContent
)

Parameters

Name Type Description
allowUrlWithJsContent Boolean

true, if the JavaScript code can be inserted in URLs; otherwise, false.

Returns

Type Description
WebDocumentViewerBuilder

A WebDocumentViewerBuilder that can be used to further configure the Document Viewer.

Remarks

By default, AllowUrlWithJsContent is set to false.

See Also