Skip to main content
A newer version of this page is available. .
All docs
V21.1

HandlerUri Function

Specifies the URI to handle the Document Viewer requests.

Declaration

export var HandlerUri: (newVal?: string) => string

Parameters

Name Type
newVal string

Returns

Type
string

Remarks

The default value is “DXXRDV.axd“. This is the default handler for the Document Viewer used to send AJAX requests.

You can use the WebDocumentViewerModel.HandlerUri property to change the handler URI on the server.

For more information, review the following help topic: Document Viewer Lifecycle.