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

WebDocumentViewerBuilder.HandlerUri(String) Method

Sets the custom MVC controller to which requests are sent from a Web Document Viewer.

Namespace: DevExpress.AspNetCore.Reporting.WebDocumentViewer

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

NuGet Package: DevExpress.AspNetCore.Reporting

Declaration

public WebDocumentViewerBuilder HandlerUri(
    string handlerUri
)

Parameters

Name Type Description
handlerUri String

A string specifying a custom handler URI.

Returns

Type Description
WebDocumentViewerBuilder

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

Remarks

By default, the WebDocumentViewerController is used.

See Also